DOCS: Fix some reference links.

This commit is contained in:
Jeremy Wall 2019-01-04 10:16:57 -06:00
parent a830047784
commit 8aa47282cd
2 changed files with 2 additions and 2 deletions

View File

@ -80,4 +80,4 @@ ARGS:
## Language Reference ## Language Reference
https://ucg.marzhillstudios.com/reference/ [https://ucg.marzhillstudios.com/reference](https://ucg.marzhillstudios.com/reference)

View File

@ -15,7 +15,7 @@
//! # ucg, A universal configuration grammar. //! # ucg, A universal configuration grammar.
//! //!
//! Language reference is at https://ucg.marzhillstudios.com/reference //! Language reference is at [https://ucg.marzhillstudios.com/reference](https://ucg.marzhillstudios.com/reference)
// The following is necessary to allow the macros in tokenizer and parse modules // The following is necessary to allow the macros in tokenizer and parse modules
// to succeed. // to succeed.