diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-11 15:14:50 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-11 15:14:50 +0100 |
commit | dcbf115f25d53a59f6939339b30c1141029c82c0 (patch) | |
tree | 624646dc67879dbd1ea5b1d27c5f29aaed1a298b /test | |
parent | 668f2f9e2cab061d0dc4d73c321f55de27bbbbd3 (diff) | |
download | gitbook-dcbf115f25d53a59f6939339b30c1141029c82c0.zip gitbook-dcbf115f25d53a59f6939339b30c1141029c82c0.tar.gz gitbook-dcbf115f25d53a59f6939339b30c1141029c82c0.tar.bz2 |
Adapt platform command to gitbook.com
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/PAGE.md | 2 | ||||
-rw-r--r-- | test/fixtures/QUIZ_PAGE.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/PAGE.md b/test/fixtures/PAGE.md index 7dcaa40..77a6ce9 100644 --- a/test/fixtures/PAGE.md +++ b/test/fixtures/PAGE.md @@ -27,7 +27,7 @@ assert(c, 3) Some more nice content .... -[Cool stuff](http://gitbook.io) +[Cool stuff](http://gitbook.com) [Link to another Markdown file](./xyz/file.md) diff --git a/test/fixtures/QUIZ_PAGE.md b/test/fixtures/QUIZ_PAGE.md index a076055..21b2a9d 100644 --- a/test/fixtures/QUIZ_PAGE.md +++ b/test/fixtures/QUIZ_PAGE.md @@ -28,7 +28,7 @@ What does Gitbook support? Some more nice content .... -[Cool stuff](http://gitbook.io) +[Cool stuff](http://gitbook.com) [Link to another Markdown file](./xyz/file.md) |