We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2404069 commit eca52bbCopy full SHA for eca52bb
1 file changed
docs/guide/getting-started.md
@@ -33,6 +33,6 @@ console.log(result);
33
// Output: { value: 2, scope: { variables: {} } }
34
```
35
36
-To learn the MathFlow syntax, head over to the [syntax](syntax) section for details.
+To learn the MathFlow syntax, head over to the [syntax](./basics.md) section for details.
37
38
-For more examples, check the [examples](#examples) section.
+For more examples, check the [examples](./scripts.md) section.
0 commit comments