Skip to content

Commit

Permalink
chore(docs): Fix toolchain link in CONTRIBUTING guide (aws#5561)
Browse files Browse the repository at this point in the history
Fix non-existent link to #toolchains in the CONTRIBUTING.md (moved to the nearest #getting-started section).

It seems the #toolchains section was removed in the following pull request (and merged into the #getting-started section (but the original link remained).
  • Loading branch information
parroty authored and Elad Ben-Israel committed Dec 31, 2019
1 parent 7cc6835 commit 6f7e3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ The build process is divided into stages, so you can invoke them as needed from

- __`yarn build`__: runs the `build` and `test` commands in all modules (in topological order).
- __`yarn pack`__: packages all modules to all supported languages and produces a `dist/` directory with all the outputs
(running this script requires that you installed the [toolchains](#Toolchains) for all target languages on your
(running this script requires that you installed the [toolchains](#getting-started) for all target languages on your
system).

### Partial build tools
Expand Down Expand Up @@ -336,7 +336,7 @@ $ ./install.sh
$ yarn build
```

If you also wish to package to all languages, make sure you have all the [toolchains](#Toolchains) and now run:
If you also wish to package to all languages, make sure you have all the [toolchains](#getting-started) and now run:

```
$ ./pack.sh
Expand Down

0 comments on commit 6f7e3c6

Please sign in to comment.