-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mkdocs require use of .md for links to fully work when deployed despite working locally.
- Loading branch information
1 parent
525b896
commit 253fd92
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Getting Started | ||
|
||
There are many places to start start in ElectionGuard. If you're looking to develop see below, if you just want to research see the [guide](/guide/Overview/). | ||
There are many places to start start in ElectionGuard. If you're looking to develop see below, if you just want to research see the [guide](guide/Overview.md). | ||
|
||
## Latest | ||
|
||
These are the latest projects from ElectionGuard. If you're looking to contribute, these are the best places to start. | ||
|
||
[`electionguard-python`](/guide/Core_Component/#python) | ||
[`electionguard-python`](guide/Core_Component.md#python) | ||
|
||
[`electionguard-web-api`](/guide/Implementations) | ||
[`electionguard-web-api`](guide/Implementations.md) | ||
|
||
## Language | ||
|
||
Pick your language of preference: | ||
|
||
[![](images/python-language.png)](/guide/Core_Component/#python)[![](images/c++-language.png)](/guide/Core_Component/#c++) [![](images/c-language.png)](/guide/Core_Component/#c_1) [![](images/c-sharp-language.png)](/guide/Core_Component/#c_2) | ||
[![](images/python-language.png)](guide/Core_Component.md#python)[![](images/c++-language.png)](guide/Core_Component.md#c++) [![](images/c-language.png)](guide/Core_Component.md#c_1) [![](images/c-sharp-language.png)](guide/Core_Component.md#c_2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters