|
From: Michael P <mic...@us...> - 2010-05-19 05:06:51
|
Project "website".
The branch, master has been updated
via 2123998b130d93df911f3637680375b26b70d47f (commit)
from a054fe182f0d61e31b01578c73f23375c3783290 (commit)
- Log -----------------------------------------------------------------
commit 2123998b130d93df911f3637680375b26b70d47f
Author: Michael P <mic...@us...>
Date: Wed May 19 14:07:38 2010 +0900
Modification due to IE7,
some jpg images didn't display correctly.
diff --git a/intro.html b/intro.html
index 6eb0a93..a913d60 100755
--- a/intro.html
+++ b/intro.html
@@ -71,7 +71,7 @@ to servers containing the target data.
</p>
<!-- === Overview of the whole system === -->
<p class="plain">
-<img src="image/arch.jpg" width="650">
+<img src="http://postgres-xc.sourceforge.net/image/arch.jpg" width="650">
</p>
</body>
</html>
diff --git a/scalability.html b/scalability.html
index d07dc81..0b16261 100755
--- a/scalability.html
+++ b/scalability.html
@@ -50,7 +50,7 @@ please refer to the architecture document.
The following figure shows Postgres-XC's scalability via number of servers.
Dotted line shows ideal scalability.
<div align="center">
-<img src="image/scalability.jpg" >
+<img src="http://postgres-xc.sourceforge.net/image/scalability.jpg" >
</div>
</p>
</body>
-----------------------------------------------------------------------
Summary of changes:
intro.html | 2 +-
scalability.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
website
|