瀏覽代碼

docs: Fix broken links in v0.31.0 release notes (#3638)

acheron 6 月之前
父節點
當前提交
e247502ee6
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/content/docs/updates/release-notes/0-31-0.mdx

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

@@ -115,8 +115,8 @@ now builds the IDL with `my-feature` enabled.
 If you make a change to your program, but the API of the program stays the same,
 If you make a change to your program, but the API of the program stays the same,
 building the IDL is pointless and takes additional time.
 building the IDL is pointless and takes additional time.
 
 
-Similar to [`--no-idl` flag on builds](./0.30.0#no-idl-flag-on-builds), now you
-can use:
+Similar to [`--no-idl` flag on builds](./0-30-0#--no-idl-flag-on-builds), now
+you can use:
 
 
 ```
 ```
 anchor test --no-idl
 anchor test --no-idl
@@ -282,7 +282,7 @@ means you can't have any other discriminators that start with `1`, e.g.
 `[1, 2 , 3, 4]`, as it would not be unique.
 `[1, 2 , 3, 4]`, as it would not be unique.
 
 
 This change also enables using non-Anchor programs with both Rust (via
 This change also enables using non-Anchor programs with both Rust (via
-[`declare_program!`](./0.30.0#dependency-free-program-declaration)) and in the
+[`declare_program!`](./0-30-0#dependency-free-program-declaration)) and in the
 TS client.
 TS client.
 
 
 ### `Discriminator` trait
 ### `Discriminator` trait