Skip to content

Commit

Permalink
docs: Fix links from the howto/ move.
Browse files Browse the repository at this point in the history
These were missed when I moved these docs into this new directory.
On a quick grep, these appear to be the only references.
  • Loading branch information
gnprice committed Jun 12, 2018
1 parent d11c93d commit b72f83b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -59,9 +59,9 @@ are a great starting point for PRs.
Further reading:

* [Architecture](docs/architecture.md)
* [Testing](docs/testing.md)
* [Testing](docs/howto/testing.md)
* [Recommended Reading](docs/background/recommended-reading.md)
* [Release Guide](docs/release-guide.md)
* [Release Guide](docs/howto/release-guide.md)

### History

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide.md
Expand Up @@ -27,7 +27,7 @@ up your development environment in several ways:
section](#editors--ides) below.
3. Debugging. It's fine to skip this at first to get going, but when you're
tackling a moderately complex issue, a good debugging setup can help a
lot. See [our debugging guide](debugging.md) for details, including
lot. See [our debugging guide](howto/debugging.md) for details, including
setup instructions.

## Editors / IDEs
Expand Down

0 comments on commit b72f83b

Please sign in to comment.