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

Commit b8ff69b

Browse files
author
Wassim CHEGHAM
committed
fix: renamed rawgit url
1 parent 651d482 commit b8ff69b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

angular/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
## Getting started
99

10-
You can see this demo directly here: https://cdn.rawgit.com/webcomponents/angular-interop/5bf92049/angular/index.html
10+
You can see this demo directly [here on rawgit](https://cdn.rawgit.com/webcomponents/angular-interop/5bf92049/angular/index.html)
1111
(Thanks to [Kent C. Dodds](https://github.com/kentcdodds) for the pro tip!)
1212

1313
Or, in order to run it locally you'll need to:
1414

1515
* Start a local web server:
1616

17-
```sh
18-
$ python -m SimpleHTTPServer
19-
```
17+
```sh
18+
$ python -m SimpleHTTPServer
19+
```
2020

2121
* Open the browser and navigate to [localhost:8000](http://localhost:8000/)
2222

0 commit comments

Comments
 (0)