Skip to content

Commit e247502

Browse files
docs: Fix broken links in v0.31.0 release notes (#3638)
1 parent 12508d4 commit e247502

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/docs/updates/release-notes/0-31-0.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ now builds the IDL with `my-feature` enabled.
115115
If you make a change to your program, but the API of the program stays the same,
116116
building the IDL is pointless and takes additional time.
117117

118-
Similar to [`--no-idl` flag on builds](./0.30.0#no-idl-flag-on-builds), now you
119-
can use:
118+
Similar to [`--no-idl` flag on builds](./0-30-0#--no-idl-flag-on-builds), now
119+
you can use:
120120

121121
```
122122
anchor test --no-idl
@@ -282,7 +282,7 @@ means you can't have any other discriminators that start with `1`, e.g.
282282
`[1, 2 , 3, 4]`, as it would not be unique.
283283

284284
This change also enables using non-Anchor programs with both Rust (via
285-
[`declare_program!`](./0.30.0#dependency-free-program-declaration)) and in the
285+
[`declare_program!`](./0-30-0#dependency-free-program-declaration)) and in the
286286
TS client.
287287

288288
### `Discriminator` trait

0 commit comments

Comments
 (0)