Skip to content

Commit e3a5051

Browse files
authored
Fix broken links
1 parent c64a569 commit e3a5051

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

about.html

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
photo: Tim_George.jpg
7878
gh_handle: tgeorgeux
7979
linkedin: https://linkedin.com/in/tgeorgeux
80-
personal: https://tgeorgeux.com
8180
- name: Tony Hirst
8281
photo: Tony_Hirst.png
8382
twitter_handle: psychemedia

binder.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In short, if you follow best-practices in computational science, your repository
5757
Binder is entirely powered by an open-source infrastructure stack. Its main two
5858
tools are BinderHub, which is an open-source tool that deploys the Binder
5959
service in the cloud, and repo2docker, which generates reproducible Docker
60-
images from a git repository. The [Binder team](https://jupyterhub-team-compass.readthedocs.io/en/latest/team.html)
60+
images from a git repository. The [Binder team](https://jupyterhub-team-compass.readthedocs.io/en/latest/team/index.html)
6161
also runs a public BinderHub deployment at mybinder.org as a free public service for the community.
6262

6363
### repo2docker
@@ -120,9 +120,9 @@ to join our community and contribute code, time, comments, or appreciation.
120120

121121
* [**The JupyterHub Team Compass**](https://jupyterhub-team-compass.readthedocs.io/en/latest/) is a resource
122122
for the JupyterHub community to share information, team practices, and important information.
123-
* [**The JupyterHub Teams Page**](https://jupyterhub-team-compass.readthedocs.io/en/latest/team.html) lists
123+
* [**The JupyterHub Teams Page**](https://jupyterhub-team-compass.readthedocs.io/en/latest/team/index.html) lists
124124
the current members of the JupyterHub and Binder teams.
125-
* [**The JupyterHub Contributing guide**](https://jupyterhub-team-compass.readthedocs.io/en/latest/contributing.html) is
125+
* [**The JupyterHub Contributing guide**](https://jupyterhub-team-compass.readthedocs.io/en/latest/contribute/index.html) is
126126
a great place to start learning how you can contribute to the Binder Project.
127127
* [**The Binder Gitter Channel**](https://gitter.im/jupyterhub/binder) is where a lot of real-time
128128
conversations happen in the Binder community.

widgets.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h3>Installation</h3>
180180
makes it also a fast and performant visualisation tool for HPC computing e.g. fluid dynamics.
181181
</p>
182182
<p>
183-
Showcase gallery: <a href="https://k3d-jupyter.org/showcase/index.html">https://k3d-jupyter.org/showcase/index.html</a>.
183+
Showcase gallery: <a href="https://k3d-jupyter.org/gallery/index.html">https://k3d-jupyter.org/gallery/index.html</a>.
184184
</p>
185185
<h3>Example</h3>
186186
{% highlight python %}{% include_relative assets/widgets/k3d-example.py %}{% endhighlight %}

0 commit comments

Comments
 (0)