From 6d57f24100496203e962b8ff09160586fbbd7a2e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 10 2015 14:30:52 +0000 Subject: Fix the example and link in the documentation on the front page --- diff --git a/mdapi/index.html b/mdapi/index.html index e184105..00d3421 100644 --- a/mdapi/index.html +++ b/mdapi/index.html @@ -87,11 +87,11 @@ Retrieve the list of files in a package You can retrieve the list of files present in the specific package on a specific branch by querying: - /{branch}/filelist/{package name} + /{branch}/files/{package name} So for example, for the kernel in rawhide: - /rawhide/filelist/kernel + /rawhide/files/kernel Retrieve the changelog of a package