summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Berkus2012-09-04 21:23:13 +0000
committerJosh Berkus2012-09-04 21:23:13 +0000
commita0f91f4fedb40644c0e16265c9920776a69aebbe (patch)
tree044fc8019b601b11c872d02d1a8075948211e77d
parent52b189d7306d34620b775aa37b6cc1a804fa6d54 (diff)
fixed index files.HEADmaster
-rw-r--r--graphics/logos/index.html4
-rw-r--r--index.html4
-rw-r--r--index.html~11
3 files changed, 8 insertions, 11 deletions
diff --git a/graphics/logos/index.html b/graphics/logos/index.html
index 4300534..4948f77 100644
--- a/graphics/logos/index.html
+++ b/graphics/logos/index.html
@@ -1,7 +1,7 @@
<html>
-<title>Index page for directory ../../scripts</title>
+<title>Index page for directory graphics/logos</title>
<body>
-<h1>Index page for directory ../../scripts</h1>
+<h1>Index page for directory graphics/logos</h1>
<a href="PGbr_f.svgz">PGbr_f.svgz </a><br/>
<a href="elephant-32.png">elephant-32.png </a><br/>
<a href="elephant-64.png">elephant-64.png </a><br/>
diff --git a/index.html b/index.html
index bf28bae..cf71078 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,6 @@
<title>PostgreSQL Advocacy Materials Repository</title>
<body>
<h1>PostgreSQL Advocacy Materials Repository</h1>
-<a href="Logos and Trademarks">graphics/logos/index.html</a><br/>
-<a href="9.2 Release Materials">releases/9.2/index.html</a><br/>
+<a href="graphics/logos/index.html">Logos and Trademarks</a><br/>
+<a href="releases/9.2/index.html">9.2 Release Materials</a><br/>
</body></html>
diff --git a/index.html~ b/index.html~
index cf38b7d..bf28bae 100644
--- a/index.html~
+++ b/index.html~
@@ -1,10 +1,7 @@
<html>
-<title>Index page for directory releases/9.2</title>
+<title>PostgreSQL Advocacy Materials Repository</title>
<body>
-<h1>Index page for directory releases/9.2</h1>
-<a href="brochures">brochures </a><br/>
-<a href="graphics">graphics </a><br/>
-<a href="posters">posters </a><br/>
-<a href="releases">releases </a><br/>
-<a href="scripts">scripts </a><br/>
+<h1>PostgreSQL Advocacy Materials Repository</h1>
+<a href="Logos and Trademarks">graphics/logos/index.html</a><br/>
+<a href="9.2 Release Materials">releases/9.2/index.html</a><br/>
</body></html>