Skip to content

Commit

Permalink
Merge pull request #872 from antmicro/fix-docs-links
Browse files Browse the repository at this point in the history
Fix all documentation links
  • Loading branch information
hzeller authored Jul 29, 2021
2 parents 90c549f + 50b3fed commit 94f5d01
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ abstract syntax tree (AST). If you are interested in collaborating, contact us.

[bazel]: https://bazel.build/
[SV-LRM]: https://ieeexplore.ieee.org/document/8299595
[lint-rule-list]: https://google.github.io/verible/lint.html
[lint-rule-list_enum-name-style]: https://google.github.io/verible/lint.html#enum-name-style
[lint-rule-list_line-length]: https://google.github.io/verible/lint.html#line-length
[lint-rule-list_no-tabs]: https://google.github.io/verible/lint.html#no-tabs
[lint-rule-list]: https://chipsalliance.github.io/verible/lint.html
[lint-rule-list_enum-name-style]: https://chipsalliance.github.io/verible/lint.html#enum-name-style
[lint-rule-list_line-length]: https://chipsalliance.github.io/verible/lint.html#line-length
[lint-rule-list_no-tabs]: https://chipsalliance.github.io/verible/lint.html#no-tabs
[binary releases]: https://github.com/chipsalliance/verible/releases
2 changes: 1 addition & 1 deletion verilog/analysis/checkers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ themselves available by registering themselves (upon library loading), so they
can be referenced and selected by name.

User documentation for the lint rules is generated dynamically, and can be found
at https://google.github.io/verible/verilog_lint.html, or by running
at https://chipsalliance.github.io/verible/verilog_lint.html, or by running
`verible-verilog-lint --help_rules` for text or `--generate_markdown`.

[Linter user documentation can be found here](../../tool/lint).
10 changes: 5 additions & 5 deletions verilog/tools/lint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ path/to/bad-dimensions.sv:114:43: Packed dimension range must be in decreasing o
## Lint Rules

User documentation for the lint rules is generated dynamically, and can be found
at https://google.github.io/verible/verilog_lint.html, or by running
at https://chipsalliance.github.io/verible/verilog_lint.html, or by running
`verible-verilog-lint --help_rules` for text or `--generate_markdown`. We also
provide a Bazel build rule:

Expand Down Expand Up @@ -259,7 +259,7 @@ Autofix is available. Apply? [y,n,a,d,A,D,p,P,?] y

<!-- reference links -->

[lint-rule-list]: https://google.github.io/verible/lint.html
[lint-rule-list_enum-name-style]: https://google.github.io/verible/lint.html#enum-name-style
[lint-rule-list_line-length]: https://google.github.io/verible/lint.html#line-length
[lint-rule-list_no-tabs]: https://google.github.io/verible/lint.html#no-tabs
[lint-rule-list]: https://chipsalliance.github.io/verible/lint.html
[lint-rule-list_enum-name-style]: https://chipsalliance.github.io/verible/lint.html#enum-name-style
[lint-rule-list_line-length]: https://chipsalliance.github.io/verible/lint.html#line-length
[lint-rule-list_no-tabs]: https://chipsalliance.github.io/verible/lint.html#no-tabs

0 comments on commit 94f5d01

Please sign in to comment.