Skip to content

Commit e6af3e3

Browse files
committed
fix link
1 parent a4b142b commit e6af3e3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/content/docs/ch00/01-setup.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ In this tutorial we will be using the most recent versions Sanny Builder and CLE
88

99
*1.* Download Sanny Builder's archive from the [official website](https://sannybuilder.com).
1010

11-
*Some browsers may warn you that the file is not commonly downloaded and may be dangerous. This is a false positive. You can safely ignore this warning. If your local antivirus software prevents you from downloading or running Sanny Builder, consider adding it to the list of exceptions.*
11+
:::note
12+
Some browsers may warn you that the file is not commonly downloaded and may be dangerous. This is a false positive. You can safely ignore this warning. If your local antivirus software prevents you from downloading or running Sanny Builder, consider adding it to the list of exceptions.
13+
:::
1214

1315
*2.* Unpack the archive to any folder you'd like. This will be your Sanny Builder directory. It should contain `sanny.exe` that you can run to start the program.
1416

15-
*It's not recommended to install Sanny Builder in a folder that requires administrator privileges to access (e.g. `C:\Program Files (x86)`). If you do, you will have to run Sanny Builder as an administrator.*
17+
:::caution
18+
It's not recommended to install Sanny Builder in a folder that requires administrator privileges to access (e.g. `C:\Program Files (x86)`). If you do, you will have to run Sanny Builder as an administrator.
19+
:::
1620

1721
*3.* Download CLEO 5 archive from the [official website](https://cleo.li).
1822

src/content/docs/ch01/06-cleo-directive.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ terminate_this_script
2121

2222
Here you can see two commands: `nop` and `terminate_this_script`, one that we saw already. `nop` does nothing, it is just a placeholder, but it comes in handy when using loops. We will discuss them in the next chapter. For now you can simply ignore or delete this line.
2323

24-
The key part here is the first line: `{$CLEO .cs}`. Lines enclosed in `{$...}` are _directives_. They are special commands that alter Sanny Builder's behavior during [compilation](/ch00/03-sanny-builder).
24+
The key part here is the first line: `{$CLEO .cs}`. Lines enclosed in `{$...}` are _directives_. They are special commands that alter Sanny Builder's behavior during [compilation](/sanny-builder).
2525

2626
`$CLEO` directive tells Sanny Builder to compile the script as a separate file with `.cs` extension. All you need to do is to copy the compiled `.cs` file into the game folder. Sanny Builder can do it for you if you press `F7` or go to `Run` -> `Compile + Copy`.
2727

0 commit comments

Comments
 (0)