From 368e1af98bd30a17583202279dbcb7c997e84d2f Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Fri, 28 Dec 2018 13:28:12 -0500 Subject: [PATCH] Fix a broken doc link spotted along the way --- docs/using/selecting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/selecting.md b/docs/using/selecting.md index c5f4c8d4..f79a1c48 100644 --- a/docs/using/selecting.md +++ b/docs/using/selecting.md @@ -146,4 +146,4 @@ The core stacks are just a tiny sample of what's possible when combining Jupyter * [csharp-notebook is a community Jupyter Docker Stack image. Try C# in Jupyter Notebooks. ](https://github.com/tlinnet/csharp-notebook). The image includes more than 200 Jupyter Notebooks with example C# code and can readily be tried online via mybinder.org. Click here to launch [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/tlinnet/csharp-notebook/master). -See the [contributing guide](../contributing/stacks.md) for information about how to create your own Jupyter Docker Stack. +See the [contributing guide](../contributing/stacks.html) for information about how to create your own Jupyter Docker Stack.