diff --git a/.commit_docs.sh b/.commit_docs.sh index e4539d8..048a81b 100755 --- a/.commit_docs.sh +++ b/.commit_docs.sh @@ -68,7 +68,6 @@ if ! git checkout "${DOC_BRANCH}"; then fi touch "$HTMLDIR/.nojekyll" -echo lib.protobuf-c.io > "$HTMLDIR/CNAME" GIT_INDEX_FILE="$INDEX_FILE" GIT_WORK_TREE="$HTMLDIR" \ git add --no-ignore-removal . diff --git a/README.md b/README.md index f076a7d..8199596 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If building from a git checkout, the `autotools` (`autoconf`, `automake`, `libto ## Documentation -See the [online Doxygen documentation here](http://lib.protobuf-c.io) or [the Wiki](https://github.com/protobuf-c/protobuf-c/wiki) for a detailed reference. The Doxygen documentation can be built from the source tree by running: +See the [online Doxygen documentation here](https://protobuf-c.github.io/protobuf-c) or [the Wiki](https://github.com/protobuf-c/protobuf-c/wiki) for a detailed reference. The Doxygen documentation can be built from the source tree by running: make html