Skip to content

Commit

Permalink
docs: Check and fix external links
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart committed Nov 26, 2021
1 parent 43a2daf commit 0bf64c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
### Changed
Expand Down
8 changes: 8 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)


# Check external links
LINKCHECKDIR = $(BUILDDIR)/linkcheck

.PHONY: checklinks
checklinks:
$(SPHINXBUILD) -b linkcheck $(SPHINXOPTS) "$(SOURCEDIR)" "$(LINKCHECKDIR)"
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Or::
BOOTLOADER_CC=/usr/local/musl/bin/musl-gcc pip3 install .


.. _PyPI: https://pypi.python.org/pypi/staticx
.. _PyPI: https://pypi.org/project/staticx/
.. _musl libc: https://www.musl-libc.org/

0 comments on commit 0bf64c7

Please sign in to comment.