fix online manpage links
This commit is contained in:
parent
6367ceed0a
commit
b94d4fb97a
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
{{- $page := .Get 0 | default "man" }}
|
{{- $page := .Get 0 | default "man" }}
|
||||||
{{- $section := .Get 1 | default "1" }}
|
{{- $section := .Get 1 | default "1" }}
|
||||||
|
|
||||||
<a href="https://www.man.page/{{ $section }}/{{ $page }}" target="_blank" rel="noreferrer">{{ $page }}({{ $section }})</a>
|
<a href="https://www.man7.org/linux/man-pages/man{{ $section }}/{{ $page }}.{{ $section }}.html" target="_blank" rel="noreferrer">{{ $page }}({{ $section }})</a>
|
||||||
|
|
Loading…
Reference in a new issue