From bc862ea1c01d68ea00fb02ac6750eb9d7879396e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 23 2015 08:04:39 +0000 Subject: Make @lmacken happy but adding links to the examples --- diff --git a/mdapi/index.html b/mdapi/index.html index 4dace39..44705b5 100644 --- a/mdapi/index.html +++ b/mdapi/index.html @@ -20,6 +20,10 @@ body { font-family: monospace; display: block; } + +a:hover, a:link, a:visited, a:active { + color: #5f5f5f; +} @@ -58,7 +62,7 @@ by querying: So for example, for the kernel in rawhide: - /rawhide/pkg/kernel + /rawhide/pkg/kernel Retrieve the list of files in a package @@ -71,7 +75,7 @@ specific branch by querying: So for example, for the kernel in rawhide: - /rawhide/filelist/kernel + /rawhide/filelist/kernel Retrieve the changelog of a package @@ -80,11 +84,11 @@ Retrieve the changelog of a package You can retrieve the changelog of a specific package on a specific branch by querying: - /{branch}/changelog/{package name} + /{branch}//{package name} So for example, for the kernel in rawhide: - /rawhide/changelog/kernel + /rawhide/changelog/kernel @@ -97,6 +101,6 @@ So for example, for the kernel in rawhide: ‾ ‾‾ ‾ ‾ ‾‾ | |‾‾ ‾‾‾ ‾‾ ‾ (‾) | | ‾ ‾ -© 2015 - Red Hat, Inc. - GPLv2+ - Sources: https://pagure.io/mdapi +© 2015 - Red Hat, Inc. - GPLv2+ - Sources: https://pagure.io/mdapi