The following pages for example have the apparently malformed gitweb links:

  http://common-lisp.net/project/asdf/#downloads

  http://common-lisp.net/project/mkcl/

So I guess the projects need to be notified that the "/project/..."  syntax doesn't work anymore. Apparently this "/project/" pattern used to work? 




On Thu, Sep 25, 2014 at 3:43 AM, Mario S. Mommer <mmommer@common-lisp.net> wrote:
Hi,

where are you finding these links? It is true that they don't work, but
they just seem to be malformed. The link you sent,

 http://common-lisp.net/gitweb/?p=projects/asdf/asdf.git

gives an error. But if I go to http://common-lisp.net/gitweb/ I can
click on the asdf link,

 http://common-lisp.net/gitweb/?p=asdf/asdf.git;a=summary;js=1

and I get something that looks OK.

This also works:

 http://common-lisp.net/gitweb/?p=asdf/asdf.git

Where are the these broken links?

Regards,
        Mario