Skip to content

Commit 181ae7d

Browse files
authored
Link fixes for Jellyfin source (#29)
Link fixes for Jellyfin source Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
2 parents 7b39d04 + 0252300 commit 181ae7d

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

_data/external_links.yml

+20
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,23 @@ grpc-core:
172172
id: grpc-core
173173
url: https://grpc.github.io/grpc/core/group__grpc__arg__keys.html
174174
title: [ "GRPC Core library documentation" ]
175+
176+
gh-jellyfin:
177+
id: gh-jellyfin
178+
url: https://github.com/syslog-ng/syslog-ng/blob/master/scl/jellyfin/jellyfin.conf
179+
title: [ "Jellyfish config file on GitHub" ]
180+
181+
jellyfin-logs:
182+
id: jellyfin-logs
183+
url: https://jellyfin.org/
184+
title: [ "Jellyfin logs" ]
185+
186+
jellyfin-main:
187+
id: jellyfin-main
188+
url: https://jellyfin.org/docs/general/administration/configuration/#main-configuration
189+
title: [ "Jellyfin Main Configuration" ]
190+
191+
jellyfin-log-dir:
192+
id: jellyfin-log-dir
193+
url: https://jellyfin.org/docs/general/administration/configuration/#log-directory
194+
title: [ "Jellyfin Log Directory" ]

doc/_admin-guide/060_Sources/035_Jellyfin/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Jellyfin log source
33
short_title: Jellyfin
44
id: adm-src-jfin
55
description: >-
6-
In syslog-ng OSE 4.7 and later versions it is possible to use the `jellyfin()` source to read [Jellyfin](https://jellyfin.org/) logs from its log file output.
6+
In syslog-ng OSE 4.7 and later versions it is possible to use the `jellyfin()` source to read Jellyfin logs from its log file output.
77
---
88

99
### Example: minimal configuration of jellyfin()
@@ -19,8 +19,6 @@ source s_jellyfin {
1919

2020
The `jellyfin()` source can use wildcard-file() source options, since it is based on the `wildcard-file()` source.
2121

22-
The `jellyfin()` driver is a reusable configuration snippet. For more information on using configuration snippets, see Reusing configuration blocks. The source of this configuration snippet can be accessed as the Jellyfish config file on GitHub. [GitHub](https://github.com/syslog-ng/syslog-ng/blob/master/scl/jellyfin/jellyfin.conf).
22+
The `jellyfin()` driver is a reusable configuration snippet. For more information on using configuration snippets, see Reusing configuration blocks. The source of this configuration snippet can be accessed as the Jellyfish config file on GitHub.
2323

2424
For more information about Jellyfin logs, see the Jellyfin Main Configuration and Jellyfin Log Directory section in the Jellyfin documentation.
25-
* [https://jellyfin.org/docs/general/administration/configuration/#main-configuration](https://jellyfin.org/docs/general/administration/configuration/#main-configuration)
26-
* [https://jellyfin.org/docs/general/administration/configuration/#log-directory](https://jellyfin.org/docs/general/administration/configuration/#log-directory)

0 commit comments

Comments
 (0)