Skip to content

Commit 624e30e

Browse files
committed
fix(docs): minor doc fixes, fixes grafana#5751
1 parent 34ea731 commit 624e30e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/sources/guides/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_keywords: grafana, guide, documentation
55
---
66

77
# Getting started
8-
This guide will help you get started and acquainted with Grafana. It assumes you have a working Grafana 2.x instance, and have added at least one [Data Source](/datasources/overview).
8+
This guide will help you get started and acquainted with Grafana. It assumes you have a working Grafana server up and running and have added at least one [Data Source](/datasources/overview).
99

1010
## Beginner guides
1111
Watch the 10min [beginners guide to building dashboards](https://www.youtube.com/watch?v=sKNZMtoSHN4&index=7&list=PLDGkOdUX1Ujo3wHw9-z5Vo12YLqXRjzg2) to get a quick intro to setting up Dashboards and Panels.

docs/sources/installation/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The IP address to bind to. If empty will bind to all interfaces
7676
The port to bind to, defaults to `3000`. To use port 80 you need to
7777
either give the Grafana binary permission for example:
7878

79-
$ sudo setcap 'cap_net_bind_service=+ep' /opt/grafana/current/grafana
79+
$ sudo setcap 'cap_net_bind_service=+ep' /usr/sbin/grafana-server
8080

8181
Or redirect port 80 to the Grafana port using:
8282

docs/sources/reference/playlist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Since Grafana automatically scales Dashboards to any resolution they're perfect
1414

1515
The Playlist feature can be accessed from Grafana's sidemenu. Click the 'Playlist' button from the sidemenu to access the Playlist functionality. When 'Playlist' button is clicked, playlist view will open up showing saved playlists and an option to create new playlists.
1616

17-
<img src="/img/v2/dashboard_search.png" class="no-shadow">
17+
<img src="/img/v3/playlist.png" class="no-shadow">
1818

1919
Click on "New Playlist" button to create a new playlist. Firstly, name your playlist and configure a time interval for Grafana to wait on a particular Dashboard before advancing to the next one on the Playlist.
2020

0 commit comments

Comments
 (0)