Skip to content

Commit

Permalink
Documentation: adapt link format
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Feb 23, 2022
1 parent 3c94ef0 commit 824b187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/Ubuntu-Debian-installation-using-PPA.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://launchpad.net/~leaningtech-dev/+archive/ubuntu/cheerp-ppa

For other Linux distributions, please build from source

[[Linux-build-instructions]]
[Linux build](Linux-build-instructions)

## Adding the repository
To add it to your system you have two options:
Expand Down
2 changes: 1 addition & 1 deletion pages/Using-WebWorkers-with-Cheerp.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void webMain()
}
```

You can build each files using the following command line (for more information see [[Getting Started]])
You can build each files using the following command line (for more information see [Getting Started](Getting-started))
```
/opt/cheerp/bin/clang++ -target cheerp cheerpWorkerHost.cpp -o cheerpWorkerHost.js
/opt/cheerp/bin/clang++ -target cheerp cheerpWorker.cpp -o cheerpWorker.js
Expand Down

0 comments on commit 824b187

Please sign in to comment.