Skip to content

Commit

Permalink
fix markdown links (#391)
Browse files Browse the repository at this point in the history
Fix a couple of broken links in some of the markdown
pages.
  • Loading branch information
brharrington authored Mar 13, 2019
1 parent 3924c3c commit 9b4b583
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
Expand Up @@ -147,7 +147,7 @@ $ project/sbt test

There is also a makefile included that runs SBT with some convenient targets.
To reproduce the validation done for PR builds locally, including verification of
[license headers](#license-headers) and [formatting](#scalafmt), just run:
[license headers](#license-headers), just run:

```
$ make
Expand Down
2 changes: 1 addition & 1 deletion iep-module-aws2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tuned as needed in the configuration file.

For more complete settings see the [reference.conf]. A quick example is shown below:

[reference.conf](https://github.com/Netflix/iep/blob/master/iep-module-aws2/src/main/resources/reference.conf)
[reference.conf]: https://github.com/Netflix/iep/blob/master/iep-module-aws2/src/main/resources/reference.conf

```hocon
netflix.iep.aws {
Expand Down

0 comments on commit 9b4b583

Please sign in to comment.