From a4791bf5d4eb20ef151912e1eee4f38b6a93aa49 Mon Sep 17 00:00:00 2001 From: Craine Runton Date: Fri, 26 Aug 2016 08:25:05 -0600 Subject: [PATCH] Fix broken links in readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b88a49a..86d478e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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. -![version](https://img.shields.io/badge/version-2.0.0-brightgreen.svg?style=flat-square) [Release Notes](notes) +![version](https://img.shields.io/badge/version-2.0.0-brightgreen.svg?style=flat-square) [Release Notes][notes] ## Node Setup ### `node_app/config.js` @@ -43,9 +43,10 @@ to and that will bring back the lightness. ## 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. -![Example dashboard](https://raw.githubusercontent.com/cmrunton/tls-dashboard/master/tls-dashboard-dark.png) +![Example dark dashboard](https://raw.githubusercontent.com/cmrunton/tls-dashboard/master/tls-dashboard-dark.png) +![Example light dashboard](https://raw.githubusercontent.com/cmrunton/tls-dashboard/master/tls-dashboard-light.png) ## TODO 1. Database integration? @@ -62,7 +63,7 @@ The node module has no dependencies external to the node core. The following dep ## 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 [dark]:https://pages.runtondev.com/tls-dashboard/demo-dark/