Skip to content

Commit 63893ac

Browse files
mcnclcsilversbenjaminjkraft
authored
Fix link in introduction.md (#374)
## Issue Currently, the link to `docs` in the `introduction.md` is broken; it hits a 404 page because it uses a relative link, pointing to the `docs` directory within the `docs` directory. ## Changes We've changed to use an absolute link instead. I have: - [x] Written a clear PR title and description (above) - [x] Signed the [Khan Academy CLA](https://www.khanacademy.org/r/cla) - [x] Added tests covering my changes, if applicable - [x] Included a link to the issue fixed, if applicable - [x] Included documentation, for new features - [x] Added an entry to the changelog --------- Co-authored-by: Craig Silverstein <[email protected]> Co-authored-by: Ben Kraft <[email protected]>
1 parent 78a03a6 commit 63893ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ When releasing a new version:
2626

2727
### Bug fixes:
2828

29+
- fixed documentation link in `introduction.md`
30+
2931
## v0.8.0
3032

3133
This release adds support for genqlient subscriptions; see the [documentation](subscriptions.md) for more, and thanks to @matthieu4294967296moineau for the original implementation and @HaraldNordgren for additional testing and improvements.

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting started with genqlient
22

3-
This document describes how to set up genqlient and use it for simple queries. See also the full worked [example](../example), the [FAQ](faq.md), and the rest of the [documentation](docs).
3+
This document describes how to set up genqlient and use it for simple queries. See also the full worked [example](../example), the [FAQ](faq.md), and the rest of the [documentation](./).
44

55
## Step 1: Download your schema
66

0 commit comments

Comments
 (0)