Skip to content

Commit

Permalink
docs: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 27, 2023
1 parent 208c9b3 commit 97546a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Contributing

1. The [DEVELOPING](DEVELOPING.md) doc has details on how to set up your environment.
1. Familiarize yourself with the codebase by reading the [docs](docs), which you can generate locally by running `yarn docs`.
1. Familiarize yourself with the codebase by reading the [docs](https://forcedotcom.github.io/sfdx-core), which you can generate locally by running `yarn docs`.
1. Create a new issue before starting your project so that we can keep track of
what you are trying to add/fix. That way, we can also offer suggestions or
let you know if there is already an effort in progress.
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This tests the typescript using ts-node.

### `yarn docs`

This generates documentation into [docs](docs).
This generates documentation into [docs](https://forcedotcom.github.io/sfdx-core/).

### `yarn lint`

Expand Down

0 comments on commit 97546a0

Please sign in to comment.