The MelangeOverview topic does not exist, and should be MelangeIntro instead.
git-svn-id: http://soc.googlecode.com/svn/wiki@268 5fae56a1-394a-0410-ba46-5107137fd53f
diff --git a/ContributionTerms.wiki b/ContributionTerms.wiki
index 32843a0..f7a5dab 100644
--- a/ContributionTerms.wiki
+++ b/ContributionTerms.wiki
@@ -1,7 +1,7 @@
#summary Terms for contributing to Melange
#labels Contents-Draft,Phase-Guidelines
-The community of contributors to the [MelangeOverview Melange] project
+The community of contributors to the [MelangeIntro Melange] project
wants to foster an environment where the [SoCOverview SoC framework] and the
web applications that use it are developed and improved to the benefit of
pen source and free software organizations everywhere. One
diff --git a/ContributorLicenseAgreements.wiki b/ContributorLicenseAgreements.wiki
index 69dd946..d917f30 100644
--- a/ContributorLicenseAgreements.wiki
+++ b/ContributorLicenseAgreements.wiki
@@ -6,8 +6,8 @@
Before we can accept a patch from you, you must sign a Contributor License
Agreement (CLA). The CLA protects you and us.
- * If you are an individual writing original source code that you wish to contribute to [MelangeOverview Melange] or the [SoCOverview SoC framework] and you are sure you own the intellectual property, then you'll need to sign an [http://code.google.com/legal/individual-cla-v1.0.html individual CLA].
- * If you work for a company that wants to allow you to contribute your work to [MelangeOverview Melange] or the [SoCOverview SoC framework], then you will need to sign a [http://code.google.com/legal/corporate-cla-v1.0.html corporate CLA].
+ * If you are an individual writing original source code that you wish to contribute to [MelangeIntro Melange] or the [SoCOverview SoC framework] and you are sure you own the intellectual property, then you'll need to sign an [http://code.google.com/legal/individual-cla-v1.0.html individual CLA].
+ * If you work for a company that wants to allow you to contribute your work to [MelangeIntro Melange] or the [SoCOverview SoC framework], then you will need to sign a [http://code.google.com/legal/corporate-cla-v1.0.html corporate CLA].
Follow either of the two links above to access the appropriate CLA and instructions for how to sign and return it.
diff --git a/ModelViewController.wiki b/ModelViewController.wiki
index 9005ba0..85d4d77 100644
--- a/ModelViewController.wiki
+++ b/ModelViewController.wiki
@@ -1,7 +1,7 @@
#summary Model-View-Controller pattern
#labels Phase-Design,Contents-Draft
-[MelangeOverview Melange] follows
+[MelangeIntro Melange] follows
[http://en.wikipedia.org/wiki/Model-view-controller Model-View-Controller] patterns
at multiple levels. The [SoCOverview SoC framework] provides a set of
common [ModelsOverview Model], [ViewsOverview Views], and
diff --git a/PythonStyleGuide.wiki b/PythonStyleGuide.wiki
index db34d85..d3f93dc 100644
--- a/PythonStyleGuide.wiki
+++ b/PythonStyleGuide.wiki
@@ -2,7 +2,7 @@
#labels Contents-Draft,Phase-Guidelines
The [SoCOverview SoC framework], and
-MelangeOverview Melange web applications] built upon it, are implemented in
+[MelangeIntro Melange web applications] built upon it, are implemented in
Python (since that is the only programming language currently supported by
[http://code.google.com/appengine/ Google App Engine]). This style guide is a
list of dos and don'ts for Python contributions to the Melange project.
@@ -1325,4 +1325,4 @@
_Copyright 2008 Google Inc._
_This work is licensed under a_
[http://soc.googlecode.com/svn/wiki/html/licenses/cc-by-attribution-2_5.html Creative Commons Attribution 2.5 License].
-[http://creativecommons.org/licenses/by/2.5/ http://soc.googlecode.com/svn/wiki/html/licenses/cc-by-2_5-88x31.png]
\ No newline at end of file
+[http://creativecommons.org/licenses/by/2.5/ http://soc.googlecode.com/svn/wiki/html/licenses/cc-by-2_5-88x31.png]
diff --git a/TestingGuidelines.wiki b/TestingGuidelines.wiki
index 32e438c..00c9c44 100644
--- a/TestingGuidelines.wiki
+++ b/TestingGuidelines.wiki
@@ -3,7 +3,7 @@
= Mission =
-Testing is important to us as a community. The [MelangeOverview Melange]
+Testing is important to us as a community. The [MelangeIntro Melange]
community strives to produce a framework that can be used to build useful
and reliable web applications to host programs like
[GSoC Google Summer of Code]^TM^. This desire drives our placement of