Skip to content

Commit c31c637

Browse files
committed
adjust readme links to git
1 parent 8596f26 commit c31c637

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ The following screenshots are provided to illustrate the possibilities available
2222

2323
A sample Grafana dashboard is shown below:
2424

25-
![Dashboard Example Screenshot](../blob/master/screenshots/dashboard.png "Dashboard Example")
25+
![Dashboard Example Screenshot](screenshots/dashboard.png?raw=true "Dashboard Example")
2626

2727
A single graph showing multiple overlayed circuits is shown below:
2828

29-
![Graph Example Screenshot](../blob/master/screenshots/graph.png "Graph Example")
29+
![Graph Example Screenshot](screenshots/graph.png?raw=true "Graph Example")
3030

3131
A graph query is shown below, showing a simple filter to pull data for a specific circuit.
3232

33-
![Query Example Screenshot](../blob/master/screenshots/alert.png "Query Example")
33+
![Query Example Screenshot](screenshots/alert.png?raw=true "Query Example")
3434

3535
Grafana also supports alerts, with a number of alert channels, such as Email or Slack.
3636

37-
![Alert Example Screenshot](../blob/master/screenshots/alert.png "Alert Example")
37+
![Alert Example Screenshot](screenshots/alert.png?raw=true "Alert Example")
3838

3939
# Configuration
4040
The configuration allows for the definition of multiple Emporia Vue accounts. This will only be useful to users that need to pull metrics from multiple accounts. This is not needed if you have multiple Vue devices in a single account. Vuegraf will find multiple devices on its own within each account.
@@ -43,7 +43,7 @@ The email address and password must match the credentials used when creating the
4343

4444
Important: Ensure that sufficient protection is in place on this configuration file, since it contains the plain-text login credentials into the Emporia Vue account.
4545

46-
A [sample configuration file](../blob/master/vuegraf.json.sample "Sample Vuegraf Configuration File") is provided in this repository, and details are described below.
46+
A [sample configuration file](vuegraf.json.sample "Sample Vuegraf Configuration File") is provided in this repository, and details are described below.
4747

4848
## Minimal Configuration
4949
The minimum configuration required to start Vuegraf is shown below:
@@ -127,14 +127,14 @@ docker run --name vuegraf -d -v /home/myusername/vuegraf.conf:/opt/vuegraf/conf/
127127

128128
# Grafana
129129

130-
Use [Grafana](https://grafana.com "Grafana") to visualize the data collected by Vuegraf. A sample [dashboard.json](../blob/master/dashboard.json) file is provided with this project, to get started. If you only have one Vue device you should remove the Left/Right panel references.
130+
Use [Grafana](https://grafana.com "Grafana") to visualize the data collected by Vuegraf. A sample [dashboard.json](dashboard.json) file is provided with this project, to get started. If you only have one Vue device you should remove the Left/Right panel references.
131131

132132
Refer to the screenshot below for examples on how to define the InfluxDB data source.
133133

134-
![Grafana Data Source Screenshot](../blob/master/screenshots/datasource.png "Data Source Example")
134+
![Grafana Data Source Screenshot](screenshots/datasource.png?raw=true "Data Source Example")
135135

136136
# License
137137

138138
Vuegraf is distributed under the MIT license.
139139

140-
See [LICENSE](../blob/master/LICENSE) for more information.
140+
See [LICENSE](LICENSE) for more information.

0 commit comments

Comments
 (0)