Skip to content

Commit edaea51

Browse files
committed
[Dev Spaces] fixed incorrect link and helm command
1 parent e5add38 commit edaea51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/dev-spaces/how-to/ingress-https-nginx.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ gateway:
244244
Upgrade the sample application using `helm`:
245245

246246
```console
247-
helm upgrade bikesharing . --namespace dev --atomic
247+
helm upgrade bikesharingsampleapp . --namespace dev --atomic
248248
```
249249

250250
Navigate to the sample application in the *dev/azureuser1* child space and notice you are redirected to use HTTPS. Also notice that the page loads, but the browser shows some errors. Opening the browser console shows the error relates to an HTTPS page trying to load HTTP resources. For example:
@@ -283,7 +283,7 @@ Update [BikeSharingWeb/package.json][package-json] with a dependency for the *ur
283283
...
284284
```
285285

286-
Update the *getApiHostAsync* method in [BikeSharingWeb/pages/helpers.js][helpers-js] to use HTTPS:
286+
Update the *getApiHostAsync* method in [BikeSharingWeb/lib/helpers.js][helpers-js] to use HTTPS:
287287

288288
```javascript
289289
...
@@ -330,7 +330,7 @@ Learn how Azure Dev Spaces helps you develop more complex applications across mu
330330
[cert-manager]: https://cert-manager.io/
331331
[helm-installed]: https://helm.sh/docs/intro/install/
332332
[helm-stable-repo]: https://helm.sh/docs/intro/quickstart/#initialize-a-helm-chart-repository
333-
[helpers-js]: https://github.com/Azure/dev-spaces/blob/master/samples/BikeSharingApp/BikeSharingWeb/pages/helpers.js#L7
333+
[helpers-js]: https://github.com/Azure/dev-spaces/blob/master/samples/BikeSharingApp/BikeSharingWeb/lib/helpers.js#L7
334334
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl/
335335
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
336336
[letsencrypt-staging-issuer]: https://cert-manager.io/docs/configuration/acme/#creating-a-basic-acme-issuer

0 commit comments

Comments
 (0)