Skip to content

Commit 6008bb3

Browse files
committed
Replace most permanently redirected external links with new location
1 parent c33d5b0 commit 6008bb3

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

docs/source/administrator/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,9 @@ OAuthenticator project and reference that instead of maintaining similar
404404
documentation in this project also.
405405
```
406406

407-
[OpenID Connect](https://openid.net/connect) is an identity layer on top of the
407+
[OpenID Connect](https://openid.net/developers/how-connect-works/) is an identity layer on top of the
408408
OAuth 2.0 protocol, implemented by [various servers and
409-
services](https://openid.net/certified-open-id-developer-tools/). While OpenID
409+
services](https://openid.net/developers/certified-openid-connect-implementations/). While OpenID
410410
Connect endpoint discovery is not supported by oauthentiator, you can still
411411
configure JupyterHub to authenticate with OpenID Connect providers by specifying
412412
all endpoints in the GenericOAuthenticator class.

docs/source/administrator/cost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ of CPU and memory usage. Ryan Lovett put together a short Jupyter notebook
7979
[estimating the cost for computational resources][estimating the cost for computational resources] depending on the student
8080
needs.
8181

82-
[estimating the cost for computational resources]: https://github.com/data-8/jupyterhub-k8s/blob/HEAD/docs/cost-estimation/gce_budgeting.ipynb
82+
[estimating the cost for computational resources]: https://github.com/berkeley-dsep-infra/jupyterhub-k8s/blob/HEAD/docs/cost-estimation/gce_budgeting.ipynb

docs/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ This guide and the associated helm chart would not be possible without
134134
the amazing institutional support from the following organizations (and
135135
the organizations that support them!)
136136

137-
- [UC Berkeley Data Science Division](https://data.berkeley.edu/)
137+
- [UC Berkeley Data Science Division](https://cdss.berkeley.edu/)
138138
- [Berkeley Institute for Data Science](https://bids.berkeley.edu/)
139139
- [Cal Poly, San Luis Obispo](https://www.calpoly.edu/)
140140
- [Simula Research Institute](https://www.simula.no/)

docs/source/kubernetes/amazon/step-zero-aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ template you will use to setup and shape your cluster.
3838
```
3939

4040
3. SSH to your CI host. Instructions on how to do this are given
41-
[here](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html).
41+
[here](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/connect-linux-inst-ssh.html).
4242

4343
4. Install kops and kubectl on your CI host
4444

docs/source/kubernetes/redhat/step-zero-openshift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Kubernetes on Red Hat OpenShift
44

5-
[OpenShift](https://www.okd.io/) from RedHat is a cluster manager based on Kubernetes.
5+
[OpenShift](https://okd.io/) from RedHat is a cluster manager based on Kubernetes.
66

77
For running Z2JH on openshift, check out the [z2jh-openshift](https://github.com/gembaadvantage/z2jh-openshift) project. It customizes the containers used by the helm chart with security configuration required by OpenShift, and makes minor alterations to network policies to enable networking with the Weave NPC and the default OpenShift DNS.
88

docs/source/repo2docker.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ to configure JupyterHub to build off of this image:
3838

3939
1. **Download and start Docker.**
4040

41-
You can do this by [downloading and installing Docker](https://docs.docker.com/get-docker/). Once you’ve started
41+
You can do this by
42+
[downloading and installing Docker](https://docs.docker.com/get-started/get-docker/).
43+
Once you’ve started
4244
Docker, it will show up as a tiny background application.
4345

4446
2. **Install repo2docker** using `pip`:

jupyterhub/values.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ properties:
19801980
TLS termination proxy.
19811981
19821982
See [Mozilla's
1983-
documentation](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security)
1983+
documentation](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Strict-Transport-Security)
19841984
for more information.
19851985
properties:
19861986
includeSubdomains:

0 commit comments

Comments
 (0)