Move Doxygen back to GitHub domain

lib.protobuf-c.io is no longer reachable.
This commit is contained in:
Ilya Lipnitskiy 2020-05-09 15:23:25 -07:00
parent 12973e7f3f
commit 56b8d915be
2 changed files with 1 additions and 2 deletions

View File

@ -68,7 +68,6 @@ if ! git checkout "${DOC_BRANCH}"; then
fi fi
touch "$HTMLDIR/.nojekyll" touch "$HTMLDIR/.nojekyll"
echo lib.protobuf-c.io > "$HTMLDIR/CNAME"
GIT_INDEX_FILE="$INDEX_FILE" GIT_WORK_TREE="$HTMLDIR" \ GIT_INDEX_FILE="$INDEX_FILE" GIT_WORK_TREE="$HTMLDIR" \
git add --no-ignore-removal . git add --no-ignore-removal .

View File

@ -22,7 +22,7 @@ If building from a git checkout, the `autotools` (`autoconf`, `automake`, `libto
## Documentation ## 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 make html