Skip to content

Commit

Permalink
Merge pull request #2291 from bmish/fix-markdown-links
Browse files Browse the repository at this point in the history
Fix broken markdown links
  • Loading branch information
bmish committed Dec 23, 2021
2 parents b660ec6 + 876a217 commit 19154b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/rule/_TEMPLATE_.md
@@ -1,3 +1,3 @@
# Template

Please see [dev/new-rule/templates/doc.md](dev/new-rule/templates/doc.md) to find the documentation template for new rules.
Please see [dev/templates/doc.md](dev/templates/doc.md) to find the documentation template for new rules.
2 changes: 1 addition & 1 deletion docs/rule/no-bare-strings.md
Expand Up @@ -30,7 +30,7 @@ This rule **allows** the following:

When the config value of `true` is used the following configuration is used:

* `allowlist` - refer to the `DEFAULT_CONFIG.allowlist` property in the [rule](../lib/rules/no-bare-strings.js)
* `allowlist` - refer to the `DEFAULT_CONFIG.allowlist` property in the [rule](../../lib/rules/no-bare-strings.js)
* `globalAttributes` - `title`, `aria-label`, `aria-placeholder`, `aria-roledescription`, `aria-valuetext`
* `elementAttributes` - `{ img: ['alt'], input: ['placeholder'] }`

Expand Down
2 changes: 1 addition & 1 deletion docs/rule/no-triple-curlies.md
Expand Up @@ -20,4 +20,4 @@ This rule **allows** the following:

## References

* See the [documentation](https://www.emberjs.com/api/ember/release/functions/@ember%2Ftemplate/htmlSafe) for Ember's `htmlSafe` function
* See the [documentation](https://api.emberjs.com/ember/release/functions/@ember%2Ftemplate/htmlSafe) for Ember's `htmlSafe` function
2 changes: 1 addition & 1 deletion docs/rule/require-each-key.md
Expand Up @@ -79,4 +79,4 @@ This rule **allows** the following:
## References

* [Specifying Keys](https://api.emberjs.com/ember/release/classes/Ember.Templates.helpers/methods/each#specifying-keys)
* [The Immutable Pattern in Tracked Properties](https://glimmerjs.com/guides/tracked-properties)
* [The Immutable Pattern in Tracked Properties](https://glimmerjs.com/guides/tracked-properties) (TODO: fix this link)
2 changes: 1 addition & 1 deletion docs/rule/style-concatenation.md
Expand Up @@ -48,7 +48,7 @@ This rule **allows** the following:
## References

* See the [Binding Style Attributes](https://emberjs.com/deprecations/v1.x/#toc_binding-style-attributes) Ember deprecation documentation
* See the [documentation](https://www.emberjs.com/api/ember/release/functions/@ember%2Ftemplate/htmlSafe) for Ember's `htmlSafe` function
* See the [documentation](https://api.emberjs.com/ember/release/functions/@ember%2Ftemplate/htmlSafe) for Ember's `htmlSafe` function
* See the [documentation](https://www.emberjs.com/api/ember/release/classes/Ember.Templates.helpers/methods/concat?anchor=concat) for Ember's `concat` handlebars template helper
* See the [documentation](https://github.com/romulomachado/ember-cli-string-helpers#html-safe) for the `html-safe` handlebars template helper from the `ember-cli-string-helpers` addon

Expand Down

0 comments on commit 19154b2

Please sign in to comment.