From 4da0f6f01a27c30287cde25bfb7405a8bca4b143 Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Mon, 1 Apr 2024 23:46:06 -0400 Subject: [PATCH] fix manual request docs links --- docs/pages/installation/manual.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/installation/manual.mdx b/docs/pages/installation/manual.mdx index c1c817be..f9021b29 100644 --- a/docs/pages/installation/manual.mdx +++ b/docs/pages/installation/manual.mdx @@ -43,14 +43,14 @@ mkdir /etc/hyperglass Do this if you just want to see the hyperglass page working with default settings and a fake device. ```shell copy -curl -o /etc/hyperglass/devices.yaml https://github.com/thatmattlove/hyperglass/blob/v2.0.0/.samples/sample_devices.yaml +curl -o /etc/hyperglass/devices.yaml https://raw.githubusercontent.com/thatmattlove/hyperglass/v2.0.0/.samples/sample_devices.yaml hyperglass start ``` ### Create a `systemd` service ```shell copy -curl -o /etc/hyperglass/hyperglass.service https://github.com/thatmattlove/hyperglass/blob/v2.0.0/.samples/hyperglass-manual.service +curl -o /etc/hyperglass/hyperglass.service https://raw.githubusercontent.com/thatmattlove/hyperglass/v2.0.0/.samples/hyperglass-manual.service ln -s /etc/hyperglass/hyperglass.service /etc/systemd/system/hyperglass.service systemctl daemon-reload systemctl enable hyperglass