Skip to content

Commit 7b70ec4

Browse files
authored
Fix URL for firrtl spec (#7919)
1 parent 906a32e commit 7b70ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/circt/Dialect/FIRRTL/FIRRTLDialect.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def FIRRTLDialect : Dialect {
2626
let summary = "Types and operations for firrtl dialect";
2727
let description = [{
2828
This dialect defines the `firrtl` dialect, which is used to lower from Chisel
29-
code to Verilog. For more information, see the [FIRRTL GitHub
30-
page](https://github.com/freechipsproject/firrtl).
29+
code to Verilog. For more information, see the [FIRRTL Spec
30+
page](https://github.com/chipsalliance/firrtl-spec).
3131
}];
3232

3333
let hasConstantMaterializer = 1;

0 commit comments

Comments
 (0)