Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 8aeca08

Browse files
author
Simon Biggs
committed
fix binder links
1 parent 27c304c commit 8aeca08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- markdownlint-disable MD033 -->
22

3-
# Scripted Forms [![Build Status](https://travis-ci.org/SimonBiggs/scriptedforms.svg?branch=master)](https://travis-ci.org/SimonBiggs/scriptedforms) [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/SimonBiggs/scriptedforms-examples/master)
3+
# Scripted Forms [![Build Status](https://travis-ci.org/SimonBiggs/scriptedforms.svg?branch=master)](https://travis-ci.org/SimonBiggs/scriptedforms) [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/SimonBiggs/scriptedforms-examples/master?urlpath=scriptedforms/use/plotting-example.md)
44

55
Making GUIs easy for everyone on your team.
66

@@ -128,13 +128,13 @@ plt.ylabel(r'$sin(\omega \times t)$');
128128

129129
This should produce what is seen in the following screenshot:
130130

131-
<a href="https://mybinder.org/v2/gh/SimonBiggs/scriptedforms-examples/master">
131+
<a href="https://mybinder.org/v2/gh/SimonBiggs/scriptedforms-examples/master?urlpath=scriptedforms/use/plotting-example.md">
132132
<p align="center">
133133
<img src="./images/detailed.png">
134134
</p>
135135
</a>
136136

137-
[Click here](https://mybinder.org/v2/gh/SimonBiggs/scriptedforms-examples/master) to see a live version of this example on mybinder.org. This will run slower online on that server than when you are using it locally.
137+
[Click here](https://mybinder.org/v2/gh/SimonBiggs/scriptedforms-examples/master?urlpath=scriptedforms/use/plotting-example.md) to see a live version of this example on mybinder.org. This will run slower online on that server than when you are using it locally.
138138

139139
### More features
140140

0 commit comments

Comments
 (0)