Skip to content

Commit

Permalink
fix: documentation broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Nima Fotouhi <[email protected]>
  • Loading branch information
nimaft committed Nov 21, 2023
1 parent 4ceda99 commit 98742bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@ The above example would create files with config rule name as
New as of version 0.3.11, it is possible to add RuleSet tags to rules
that can be used to deploy and test groups of rules together. Rules can
belong to multiple RuleSets, and RuleSet membership is stored only in
the parameters.json metadata. The [deploy]{.title-ref},
[create-rule-template]{.title-ref}, and [test-local]{.title-ref}
the parameters.json metadata. The [deploy](docs/commands/deploy.md),
[create-rule-template](docs/commands/create-rule-template.md), and [test-local](docs/commands/test-local.md)
commands are RuleSet-aware such that a RuleSet can be passed in as the
target instead of [--all]{.title-ref} or a specific named Rule.
target instead of `--all` or a specific named Rule.
A comma-delimited list of RuleSets can be added to a Rule when you
create it (using the `--rulesets` flag), as part of a `modify` command,
Expand Down
6 changes: 3 additions & 3 deletions docs/advanced-features/rulesets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
New as of version 0.3.11, it is possible to add RuleSet tags to rules
that can be used to deploy and test groups of rules together. Rules can
belong to multiple RuleSets, and RuleSet membership is stored only in
the parameters.json metadata. The [deploy]{.title-ref},
[create-rule-template]{.title-ref}, and [test-local]{.title-ref}
the parameters.json metadata. The [deploy](../commands/deploy.md),
[create-rule-template](../commands/create-rule-template.md), and [test-local](../commands/test-local.md)
commands are RuleSet-aware such that a RuleSet can be passed in as the
target instead of [--all]{.title-ref} or a specific named Rule.
target instead of `--all` or a specific named Rule.

A comma-delimited list of RuleSets can be added to a Rule when you
create it (using the `--rulesets` flag), as part of a `modify` command,
Expand Down
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ if this is something you want!
This project is maintained by AWS Solution Architects and Consultants.
It is not part of an AWS service and support is provided best-effort by
the maintainers. To post feedback, submit feature ideas, or report bugs,
please use the [Issues
section](https://github.com/awslabs/aws-config-rdk/issues) of this repo.
please use the [Issues section](https://github.com/awslabs/aws-config-rdk/issues) of this repo.
## Contributing
Expand Down
2 changes: 1 addition & 1 deletion docs/legacy-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ there will be a `<rule name>_test.py` file deployed along with your
Lambda function skeleton. This can be used to write unit tests according
to the standard Python unittest framework (documented here:
<https://docs.python.org/3/library/unittest.html>), which can be run
using the [test-local]{.title-ref} rdk command:
using the [test-local](./commands/test-local.md) rdk command:

rdk test-local MyTestRule
Running local test!
Expand Down

0 comments on commit 98742bd

Please sign in to comment.