diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/Makefile | 2 | ||||
-rw-r--r-- | cpp/doc/Makefile.mak | 2 | ||||
-rw-r--r-- | cpp/doc/indexFooter | 2 | ||||
-rw-r--r-- | cpp/doc/indexHeader | 2 | ||||
-rwxr-xr-x | cpp/doc/swish/TemplateSlice.pm | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cpp/doc/Makefile b/cpp/doc/Makefile index e72bc3600a6..8fe1ec7506f 100644 --- a/cpp/doc/Makefile +++ b/cpp/doc/Makefile @@ -29,7 +29,7 @@ reference/index.html: $(SLICEFILES) $(MAKE) clean $(bindir)/slice2html --ice -I$(slicedir) --hdr=htmlHeader --ftr=htmlFooter \ --indexhdr=indexHeader --indexftr=indexFooter \ - --image-dir=images --logo-url="https://www.zeroc.com" --search="/cgi-bin/swish.cgi" \ + --image-dir=images --logo-url="https://zeroc.com" --search="/cgi-bin/swish.cgi" \ --output-dir=reference --index=3 --summary=120 $(SLICEFILES) mkdir reference/$(IMAGES) cp $(IMAGES)/*.gif reference/$(IMAGES) diff --git a/cpp/doc/Makefile.mak b/cpp/doc/Makefile.mak index 7c6e007a824..de378d477b1 100644 --- a/cpp/doc/Makefile.mak +++ b/cpp/doc/Makefile.mak @@ -28,7 +28,7 @@ SLICEFILES = ../../slice/Ice/*.ice \ reference\index.html: $(SLICEFILES) @$(MAKE) -nologo -f Makefile.mak clean $(bindir)\slice2html --ice -I$(slicedir) --hdr=htmlHeader --indexhdr=indexHeader --indexftr=indexFooter \ - --image-dir=images --logo-url="https://www.zeroc.com" --output-dir=reference --index=3 \ + --image-dir=images --logo-url="https://zeroc.com" --output-dir=reference --index=3 \ --summary=120 $** -mkdir reference\$(IMAGES) copy $(IMAGES)\*.gif reference\$(IMAGES) diff --git a/cpp/doc/indexFooter b/cpp/doc/indexFooter index 05158ad2c8a..27c938a3ec3 100644 --- a/cpp/doc/indexFooter +++ b/cpp/doc/indexFooter @@ -24,7 +24,7 @@ <td align="right"> <table class="LogoTable"> <tr> - <td><a href="https://www.zeroc.com"><img class="Logo" src="images/logo.gif" alt="Logo"></a></td> + <td><a href="https://zeroc.com"><img class="Logo" src="images/logo.gif" alt="Logo"></a></td> </tr> </table> </td> diff --git a/cpp/doc/indexHeader b/cpp/doc/indexHeader index 2de389eb3f1..6f33f0fa500 100644 --- a/cpp/doc/indexHeader +++ b/cpp/doc/indexHeader @@ -88,7 +88,7 @@ TITLE <td align="right"> <table class="LogoTable"> <tr> - <td><a href="https://www.zeroc.com"><img class="Logo" src="images/logo.gif" alt="Logo"></a></td> + <td><a href="https://zeroc.com"><img class="Logo" src="images/logo.gif" alt="Logo"></a></td> </tr> </table> </td> diff --git a/cpp/doc/swish/TemplateSlice.pm b/cpp/doc/swish/TemplateSlice.pm index 4cab8aa7a03..743757cd372 100755 --- a/cpp/doc/swish/TemplateSlice.pm +++ b/cpp/doc/swish/TemplateSlice.pm @@ -92,7 +92,7 @@ sub page_header { </h1> </div> <div style="position: absolute; top: 0; right: 0;"> - <a href="https://www.zeroc.com"><img class="Logo" src="../doc/images/logo.gif" alt="Logo" + <a href="https://zeroc.com"><img class="Logo" src="../doc/images/logo.gif" alt="Logo" style="border-style: none;"/></a> </div> </div> |