Skip to content

Commit 7c4501f

Browse files
committed
fix some links in the tour
1 parent 3688864 commit 7c4501f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/text/tour.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,19 @@ If you like, you can put values on the stack first, then operate on them.
6464
×++ 1 2 3 4
6565
```
6666

67-
[Dup](/docs/dup) duplicates the top value on the stack.
67+
[duplicate](/docs/dup) duplicates the top value on the stack.
6868

6969
```uiua
7070
×.3
7171
```
7272

73-
[Dup](/docs/dup) is often used in the examples on this site to show both the input and output of a function.
73+
[duplicate](/docs/dup) is often used in the examples on this site to show both the input and output of a function.
7474

7575
```uiua
7676
√.225
7777
```
7878

79-
For math functions where the order matters, like [sub](/docs/sub) and [div](/docs/div), what would normally be the second argument is instead the first. This is so you can think of fragments like `¯2` as a single unit.
79+
For math functions where the order matters, like [subtract](/docs/sub) and [divide](/docs/div), what would normally be the second argument is instead the first. This is so you can think of fragments like `¯2` as a single unit.
8080

8181
If you want them to work the other way, you can use [flip](/docs/flip), which swaps the top two values on the stack.
8282

0 commit comments

Comments
 (0)