Merge pull request #484 from cytopia/documentation-links

Fix documentation links
This commit is contained in:
cytopia 2019-01-26 19:50:29 +01:00 committed by GitHub
commit 93010826ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ else
bash -c 'curl -Ss -o linkcheck -z linkcheck https://raw.githubusercontent.com/cytopia/linkcheck/master/linkcheck 2>/dev/null'
endif
chmod +x linkcheck
./linkcheck -k -r 60 -t 30 -e rst _includes/
./linkcheck -l -k -r 60 -t 30 -e rst _includes/
build:
sphinx-build -a -E -n -j auto -q -W . _build/html

View File

@ -42,7 +42,7 @@
.. |ext_lnk_example_phalcon_documentation| raw:: html
<a target="_blank" href="https://docs.phalconphp.com/en/3.2/devtools-usage">
<a target="_blank" href="https://docs.phalconphp.com/latest/en/devtools-usage">
Official Phalcon Documentation <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>

View File

@ -35,7 +35,7 @@
.. |ext_lnk_tool_dep| raw:: html
<a target="_blank" href="https://deployer.org/">
<a target="_blank" href="https://deployer.org">
Deployer <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>