Skip to content

Commit

Permalink
Fix links.md (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
maacl authored Jul 15, 2023
1 parent 04552e6 commit b6dcb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Getting Started

## Installing Rust
The Vizia framework is built using the Rust programming language. Currently, to use Vizia, you will need to install the Rust compiler by following the instructions over at [https://www.rust-lang.org/learn/get-started]().
The Vizia framework is built using the Rust programming language. Currently, to use Vizia, you will need to install the Rust compiler by following the instructions over at [https://www.rust-lang.org/learn/get-started](https://www.rust-lang.org/learn/get-started).

## Running the Examples
The [Vizia repository](https://github.com/vizia/vizia) on github contains a number of example applications. To run these examples, first clone the repository to a local directory, then with your terminal of choice, navigate to this directory and run the following command:
Expand All @@ -13,4 +13,4 @@ cargo run --example name_of_example
Where `name_of_example` should be replaced with the example name.

## Join the Community
For help with vizia, or to get involved with contributing to the project, come join us on our [Discord server](https://discord.gg/aNkTPsRm2w).
For help with vizia, or to get involved with contributing to the project, come join us on our [Discord server](https://discord.gg/aNkTPsRm2w).

0 comments on commit b6dcb7f

Please sign in to comment.