Browse Source

make the stylesheet work from elsewhere too

svn:r4665
Roger Dingledine 19 years ago
parent
commit
8e1c70daf3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/tor-hidden-service.html
  2. 1 1
      doc/tor-switchproxy.html

+ 1 - 1
doc/tor-hidden-service.html

@@ -6,7 +6,7 @@
   <title>Tor Hidden Service Configuration Instructions</title>
   <meta name="Author" content="Roger Dingledine" />
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-  <link rel="stylesheet" type="text/css" href="/stylesheet.css" />
+  <link rel="stylesheet" type="text/css" href="http://tor.eff.org/stylesheet.css" />
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 </head>
 

+ 1 - 1
doc/tor-switchproxy.html

@@ -6,7 +6,7 @@
   <title>Tor SwitchProxy Install Instructions</title>
   <meta name="Author" content="Roger Dingledine" />
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-  <link rel="stylesheet" type="text/css" href="/stylesheet.css" />
+  <link rel="stylesheet" type="text/css" href="http://tor.eff.org/stylesheet.css" />
   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 </head>