Skip to content

Commit

Permalink
Fixes brython-dev#570 : stable url for cdn.rawgit.com
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreQuentel committed Jun 4, 2017
1 parent c2d4910 commit 9438b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ either choose the latest stable release :

```xml
<script type="text/javascript"
src="https://cdn.rawgit.com/brython-dev/brython/3.3.1/www/src/brython.js">
src="https://cdn.rawgit.com/brython-dev/brython/stable/www/src/brython.js">
</script>
```

Expand All @@ -82,7 +82,7 @@ with the [available stdlib](https://github.com/brython-dev/brython/tree/master/w

```xml
<script type="text/javascript"
src="https://cdn.rawgit.com/brython-dev/brython/3.3.1/www/src/brython_stdlib.js">
src="https://cdn.rawgit.com/brython-dev/brython/stable/www/src/brython_stdlib.js">
</script>
```

Expand Down

0 comments on commit 9438b0e

Please sign in to comment.