lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] Issue 3951 in lilypond: Fix broken LSR links in docs.


From: lilypond
Subject: [Lilypond-auto] Issue 3951 in lilypond: Fix broken LSR links in docs.
Date: Fri, 13 Jun 2014 21:21:28 +0000

Status: Started
Owner: address@hidden
Labels: Type-Documentation Patch-new

New issue 3951 by address@hidden: Fix broken LSR links in docs.
http://code.google.com/p/lilypond/issues/detail?id=3951

Not sure why, but the URL for the LSR seems to have changed from:
  lsr.dsi.unimi.it
to
  lsr.di.unimi.it

This is a large patch because it affects something like 300 files. Here's the command I used:

for i in $(git grep -l 'lsr\(@/\)*.dsi\(@/\)*.unimi\(@/\)*.it'); do
sed -i 's!lsr\(@/\)*.dsi\(@/\)*.unimi\(@/\)*.it!lsr\1.di\2.unimi\3.it!' $i;
done

This accommodates both of the following cases:
  lsr.dsi.unimi.it       -> lsr.di.unimi.it
  lsr@/.dsi@/.unimi@/.it -> lsr@/.di@/.unimi@/.it

http://codereview.appspot.com/102410043/

- Mark

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]