Fix broken links in readme
This commit is contained in:
parent
de5e516241
commit
a4791bf5d4
@ -1,7 +1,7 @@
|
|||||||
# tls-dashboard
|
# tls-dashboard
|
||||||
A dashboard written in JavaScript & HTML to check the remaining time before a TLS certificate expires. A combination of a Node module and an HTML/CSS/JS webpage to display the info.
|
A dashboard written in JavaScript & HTML to check the remaining time before a TLS certificate expires. A combination of a Node module and an HTML/CSS/JS webpage to display the info.
|
||||||
|
|
||||||
 [Release Notes](notes)
|
 [Release Notes][notes]
|
||||||
|
|
||||||
## Node Setup
|
## Node Setup
|
||||||
### `node_app/config.js`
|
### `node_app/config.js`
|
||||||
@ -43,9 +43,10 @@ to
|
|||||||
and that will bring back the lightness.
|
and that will bring back the lightness.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
Take a look at a live example pages on GitLab. [Dark one here](dark), and the [light one here](light). Screenshots below.
|
Take a look at a live example pages on GitLab. [Dark one here][dark], and the [light one here][light]. Screenshots below.
|
||||||
|
|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
1. Database integration?
|
1. Database integration?
|
||||||
@ -62,7 +63,7 @@ The node module has no dependencies external to the node core. The following dep
|
|||||||
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
Thanks to [flatlogic on GitHub](2) for the checkbox styling, the [Bootstrap team](3), the [jQuery team](4), the [Handlebars team](5), and the [Twitter Typeahead team](6).
|
Thanks to [flatlogic on GitHub][2] for the checkbox styling, the [Bootstrap team][3], the [jQuery team][4], the [Handlebars team][5], and the [Twitter Typeahead team][6].
|
||||||
|
|
||||||
[notes]:./release-notes.md
|
[notes]:./release-notes.md
|
||||||
[dark]:https://pages.runtondev.com/tls-dashboard/demo-dark/
|
[dark]:https://pages.runtondev.com/tls-dashboard/demo-dark/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user