From 19687067b74c2a23963c99c817a5e07fc47824fa Mon Sep 17 00:00:00 2001 From: miloyip Date: Sat, 6 Jun 2015 21:29:52 +0800 Subject: [PATCH] Try to remove www --- readme.md | 4 ++-- travis-doxygen.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 584e33b..8682df1 100644 --- a/readme.md +++ b/readme.md @@ -10,8 +10,8 @@ Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights * [RapidJSON GitHub](https://github.com/miloyip/rapidjson/) * RapidJSON Documentation - * [English](http://www.rapidjson.org/) - * [简体中文](http://www.rapidjson.org/zh-cn/) + * [English](http://rapidjson.org/) + * [简体中文](http://rapidjson.org/zh-cn/) * [GitBook](https://www.gitbook.com/book/miloyip/rapidjson/) with downloadable PDF/EPUB/MOBI, without API reference. ## Build status diff --git a/travis-doxygen.sh b/travis-doxygen.sh index 399df05..1023108 100755 --- a/travis-doxygen.sh +++ b/travis-doxygen.sh @@ -78,7 +78,7 @@ gh_pages_prepare() gh_pages_commit() { cd "${TRAVIS_BUILD_DIR}/build/doc/html"; - echo "www.rapidjson.org" > CNAME + echo "rapidjson.org" > CNAME git add --all; git diff-index --quiet HEAD || git commit -m "Automatic doxygen build"; }