Skip to content

linkchecker fixes #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ install: all
mkdir -p $(PREFIX)
mkdir -p $(PREFIX)/css
mkdir -p $(PREFIX)/history
install -m 0644 license.png external.png $(PREFIX)
install -m 0644 license.png external.png history-long.png $(PREFIX)
install -m 0644 index.html history.html $(PREFIX)
install -m 0644 history.png history.map $(PREFIX)
install -m 0644 toc.html $(PREFIX)
Expand Down
2 changes: 1 addition & 1 deletion part1-1-2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
</p>
<p>
If we hadn't done so, the formatter wouldn't distinguish period from word. This is more intuitive when re-using the
familiar <a href="macro.xml#macro_qq" class="macro">Qq</a>.
familiar <a href="macros.xml#macro_qq" class="macro">Qq</a>.
</p>
<div class="mdocin">
.Qq <span style="border: thin solid blue;">first</span> .
Expand Down