Skip to content

Commit efb3f28

Browse files
committed
Fix broken links to https-nginx example
1 parent 43327f0 commit efb3f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tutorials/services/connect-applications-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ channel is secure. For this, you will need:
270270
* A [secret](/docs/concepts/configuration/secret/) that makes the certificates accessible to pods
271271
272272
You can acquire all these from the
273-
[nginx https example](https://github.com/kubernetes/examples/tree/master/staging/https-nginx/).
273+
[nginx https example](https://github.com/kubernetes/examples/tree/master/_archived/https-nginx/).
274274
This requires having go and make tools installed. If you don't want to install those,
275275
then follow the manual steps later. In short:
276276
@@ -393,7 +393,7 @@ in the secret, and the Service, to expose both ports (80 and 443):
393393
Noteworthy points about the nginx-secure-app manifest:
394394
395395
- It contains both Deployment and Service specification in the same file.
396-
- The [nginx server](https://github.com/kubernetes/examples/tree/master/staging/https-nginx/default.conf)
396+
- The [nginx server](https://github.com/kubernetes/examples/blob/master/_archived/https-nginx/default.conf)
397397
serves HTTP traffic on port 80 and HTTPS traffic on 443, and nginx Service
398398
exposes both ports.
399399
- Each container has access to the keys through a volume mounted at `/etc/nginx/ssl`.

0 commit comments

Comments
 (0)