Skip to content
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

Reduce use of absolute paths #1429

Merged
merged 1 commit into from
Feb 15, 2022
Merged

Reduce use of absolute paths #1429

merged 1 commit into from
Feb 15, 2022

Conversation

yanokwa
Copy link
Member

@yanokwa yanokwa commented Feb 7, 2022

Screen Shot 2022-02-07 at 14 43 57

Also fixes #1430. I can confirm that when I build this in CI the following is true:

build/contributing/index.html has this in the footer
<a href="../_downloads/ODK-Documentation.pdf">Download this documentation as a PDF.</a></p>

build/index.html has this.
<a href="_downloads/ODK-Documentation.pdf">Download this documentation as a PDF.</a></p>

@yanokwa yanokwa requested a review from lognaturel February 7, 2022 22:44
@lognaturel lognaturel merged commit 7430737 into getodk:master Feb 15, 2022
@yanokwa yanokwa deleted the reduce-absolute-links branch February 28, 2023 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use dynamic path for link to docs PDF
2 participants