fixes links of generic define pragma (#21828)

This commit is contained in:
ringabout
2023-05-11 15:00:30 +08:00
committed by GitHub
parent f3a4cc584e
commit 71439c2891
2 changed files with 2 additions and 2 deletions

View File

@@ -364,7 +364,7 @@
```
- A generic `define` pragma for constants has been added that interprets
the value of the define based on the type of the constant value.
See the [experimental manual](https://nim-lang.github.io/Nim/manual_experimental.html#generic-define-pragma)
See the [experimental manual](https://nim-lang.github.io/Nim/manual_experimental.html#generic-nimdefine-pragma)
for a list of supported types.
- [Macro pragmas](https://nim-lang.github.io/Nim/manual.html#userminusdefined-pragmas-macro-pragmas) changes:

View File

@@ -8196,7 +8196,7 @@ define names.
This helps disambiguate define names in different packages.
See also the [generic `define` pragma](manual_experimental.html#generic-define-pragma)
See also the [generic `define` pragma](manual_experimental.html#generic-nimdefine-pragma)
for a version of these pragmas that detects the type of the define based on
the constant value.