Skip to content

Commit 6c76361

Browse files
committed
Fixes screenshots urls
1 parent d31c8bf commit 6c76361

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ JINGO
77

88
A **git based** _wiki engine_ written for **node.js**, with a decent design, a search capability and a good typography.
99

10-
![Screenshot](https://dl.dropboxusercontent.com/u/152161/jingo/ss1.png)
10+
![Screenshot](https://cloud.githubusercontent.com/assets/166692/26024412/f0cb9206-37d0-11e7-9748-8101fc4e662f.png)
1111

1212
<!-- toc -->
1313

@@ -37,7 +37,7 @@ Think of jingo as "the github wiki, without github but with more features". "Jin
3737

3838
There is a demo server running at http://jingo.cica.li:6067/wiki/home
3939

40-
![Screenshot](https://dl.dropboxusercontent.com/u/152161/jingo/ss2.png)
40+
![Screenshot](https://cloud.githubusercontent.com/assets/166692/26024413/f53612c6-37d0-11e7-8dd2-01c9ed993cc6.png)
4141

4242
Features
4343
--------
@@ -67,7 +67,7 @@ Features
6767

6868
For code syntax highlighting, Jingo uses the `node-syntaxhighlighter` module. For the list of supported languages, please refer to [this page](https://github.com/thlorenz/node-syntaxhighlighter/tree/master/lib/scripts).
6969

70-
![Screenshot](https://dl.dropboxusercontent.com/u/152161/jingo/ss3.png)
70+
![Screenshot](https://cloud.githubusercontent.com/assets/166692/26024414/f8470cb8-37d0-11e7-9c96-5193aca12591.png)
7171

7272
Installation
7373
------------
@@ -104,7 +104,7 @@ If your documents reside in subdirectory of your repository, you need to specify
104104

105105
If you want your wiki server to only listen to your `localhost`, set the configuration key `localOnly` to true.
106106

107-
![Screenshot](https://dl.dropboxusercontent.com/u/152161/jingo/ss4.png)
107+
![Screenshot](https://cloud.githubusercontent.com/assets/166692/26024415/fc211aea-37d0-11e7-9ae2-77ce32cedb07.png)
108108

109109
Authentication and Authorization
110110
--------------------------------

0 commit comments

Comments
 (0)