Skip to content

Commit 4964580

Browse files
committed
Fixes the links from the readme
1 parent 4b7490c commit 4964580

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ an issue describing the version of python and operating system being used.
3434

3535
Check out [examples/simple.py][simple] for a short intro. A sample output is:
3636

37-
![Constitution](examples/constitution.png)
37+
![Constitution](https://raw.githubusercontent.com/amueller/word_cloud/main/examples/constitution.png)
3838

3939
Or run [examples/masked.py][masked] to see more options. A sample output is:
4040

41-
![Alice in Wonderland](examples/alice.png)
41+
![Alice in Wonderland](https://raw.githubusercontent.com/amueller/word_cloud/main/examples/alice.png)
4242

4343
Getting fancy with some colors:
44-
![Parrot with rainbow colors](examples/parrot_new.png)
44+
![Parrot with rainbow colors](https://raw.githubusercontent.com/amueller/word_cloud/main/examples/parrot_new.png)
4545

4646
Generating wordclouds for Arabic:
4747

48-
![Arabic wordlcloud](examples/arabic_example.png)
48+
![Arabic wordlcloud](https://raw.githubusercontent.com/amueller/word_cloud/main/examples/arabic_example.png)
4949

5050

5151
## Command-line usage
@@ -64,8 +64,8 @@ Use `wordcloud_cli --help` so see all available options.
6464

6565
[blog-post]: http://peekaboo-vision.blogspot.de/2012/11/a-wordcloud-in-python.html
6666
[website]: http://amueller.github.io/word_cloud/
67-
[simple]: examples/simple.py
68-
[masked]: examples/masked.py
67+
[simple]: https://github.com/amueller/word_cloud/blob/main/examples/simple.py
68+
[masked]: https://github.com/amueller/word_cloud/blob/main/examples/masked.py
6969
[reddit-cloud]: https://github.com/amueller/reddit-cloud
7070
[wc2]: http://www.reddit.com/user/WordCloudBot2
7171
[wc2top]: http://www.reddit.com/user/WordCloudBot2/?sort=top

0 commit comments

Comments
 (0)