summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-11-30 13:47:34 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-11-30 13:47:34 +0000
commit9fb3467c5fe20e074199a08ed2602d9ce6544b4b (patch)
treee8a1c113102256b9160899b2967ce8d1dd03ac21
parent6e9b02bfa169a283d5ef9c18b0bdd444d0807123 (diff)
#95107# change links for basic and ole examples too
-rw-r--r--solenv/bin/convertlinks.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/convertlinks.pl b/solenv/bin/convertlinks.pl
index 9d9773f995e5..652f3bee38be 100644
--- a/solenv/bin/convertlinks.pl
+++ b/solenv/bin/convertlinks.pl
@@ -69,6 +69,8 @@ foreach $i (@files)
# change the links for the C++/Java examples in the ODK
s#((http:\/\/api\.openoffice\.org\/source\/browse\/api\/odk\/examples\/)(java\/*))#$3#go;
s#((http:\/\/api\.openoffice\.org\/source\/browse\/api\/odk\/examples\/)(cpp\/*))#$3#go;
+ s#((http:\/\/api\.openoffice\.org\/source\/browse\/api\/odk\/examples\/)(basic\/*))#$3#go;
+ s#((http:\/\/api\.openoffice\.org\/source\/browse\/api\/odk\/examples\/)(OLE\/*))#$3#go;
# change link api specific stuff
s#((http:\/\/api\.openoffice\.org\/)(design_guide.html))#$relPath\/www\/$3#go;