-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links to Kerko documentation.
- Loading branch information
1 parent
ba7ac6d
commit 235fcb9
Showing
1 changed file
with
5 additions
and
3 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,8 +1,10 @@ | ||
# KerkoStart | ||
|
||
This is the code from the _Getting started_ section of [Kerko]'s README file. | ||
This is the code from the [Creating a custom application][Kerko_docs_section] | ||
section of the [Kerko documentation][Kerko_docs]. | ||
|
||
For a more complete application example, have a look at [KerkoApp]. | ||
For a more complete application, have a look at [KerkoApp]. | ||
|
||
[Kerko]: https://github.com/whiskyechobravo/kerko | ||
[Kerko_docs]: https://whiskyechobravo.github.io/kerko/ | ||
[Kerko_docs_section]: https://whiskyechobravo.github.io/kerko/latest/getting-started/#creating-a-custom-application | ||
[KerkoApp]: https://github.com/whiskyechobravo/kerkoapp |