Fixing website hyperlinks
Bug: 426793
diff --git a/_index.html b/_index.html
index df950d0..f78148d 100644
--- a/_index.html
+++ b/_index.html
@@ -121,7 +121,7 @@
<h6>Project Summary</h6>
<div class="modal">
<p>
- Read more <a href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.m2t.acceleo">about
+ Read more <a href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.acceleo">about
this project</a> and get all useful information and links about it in a nutshell.
</p>
</div>
diff --git a/developers/_index.html b/developers/_index.html
index b7f66ea..1c19be2 100644
--- a/developers/_index.html
+++ b/developers/_index.html
@@ -30,7 +30,7 @@
<td>
<ul>
<li>
- <b><a href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.m2t.acceleo"
+ <b><a href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.acceleo"
title="Project Summary">Project Summary</a></b> - About this project.
</li>
<li>
@@ -43,7 +43,7 @@
developer list and get updates about the project's code aspects.
</li>
<li>
- <b><a href="http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclipse.org/modeling/m2t/acceleo/plan-juno.xml"
+ <b><a href="http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclipse.org/acceleo/plan-juno.xml"
title="Acceleo Project Plan" rel="nofollow">Project Plan</a></b> - what's coming up?
</li>
<li>
diff --git a/developers/_repositoryDetails.html b/developers/_repositoryDetails.html
index d868e0d..9d6ff12 100644
--- a/developers/_repositoryDetails.html
+++ b/developers/_repositoryDetails.html
@@ -8,7 +8,7 @@
<p>
If you just want to browse the source code from your usual web browser without checking out all the
project's code in your environment, you can use this link:
- <a href="http://git.eclipse.org/c/m2t/org.eclipse.acceleo.git/">
+ <a href="http://git.eclipse.org/c/acceleo/org.eclipse.acceleo.git/">
Browse Acceleo source code</a>.
</p>
@@ -20,12 +20,12 @@
<p>
In the first page of the wizard, you can enter the information of the Acceleo repository. You can just copy and paste one of
- the location of the Acceleo repository found at the bottom of the <a href="http://git.eclipse.org/c/m2t/org.eclipse.acceleo.git/">Acceleo repository page</a>.
+ the location of the Acceleo repository found at the bottom of the <a href="http://git.eclipse.org/c/acceleo/org.eclipse.acceleo.git/">Acceleo repository page</a>.
<ul>
- <li>git://git.eclipse.org/gitroot/m2t/org.eclipse.acceleo.git</li>
- <li>ssh://git.eclipse.org/gitroot/m2t/org.eclipse.acceleo.git</li>
- <li>http://git.eclipse.org/gitroot/m2t/org.eclipse.acceleo.git</li>
+ <li>git://git.eclipse.org/gitroot/acceleo/org.eclipse.acceleo.git</li>
+ <li>ssh://git.eclipse.org/gitroot/acceleo/org.eclipse.acceleo.git</li>
+ <li>http://git.eclipse.org/gitroot/acceleo/org.eclipse.acceleo.git</li>
</ul>
</p>
diff --git a/documentation/_index.html b/documentation/_index.html
index 69220bc..186383f 100644
--- a/documentation/_index.html
+++ b/documentation/_index.html
@@ -73,7 +73,7 @@
Acceleo-related posts with "[Acceleo]".
</li>
<li>
- <b><a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=Modeling&product=M2T&component=Acceleo&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"
+ <b><a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=Modeling&product=Acceleo&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"
title="Acceleo Bugs" rel="nofollow">Acceleo Bugzilla</a></b> - review and create Bugzilla
entries.
</li>
diff --git a/download/_index.html b/download/_index.html
index f442058..276dadb 100644
--- a/download/_index.html
+++ b/download/_index.html
@@ -85,10 +85,10 @@
<li>
In the upper part, click <i>Add</i> and type in the location:<br/>
<ul>
- <li>For the latest release (3.2.1): <br /> <b>http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2</b></li>
- <li>For the Acceleo 3.2.x branch: <br /> http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2</li>
- <li>For the Acceleo 3.1.x branch: <br /> http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.1</li>
- <li>For the Acceleo 3.0.x branch: <br /> http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.0</li>
+ <li>For the latest release (3.2.1): <br /> <b>http://download.eclipse.org/acceleo/updates/releases/3.2</b></li>
+ <li>For the Acceleo 3.2.x branch: <br /> http://download.eclipse.org/acceleo/updates/releases/3.2</li>
+ <li>For the Acceleo 3.1.x branch: <br /> http://download.eclipse.org/acceleo/updates/releases/3.1</li>
+ <li>For the Acceleo 3.0.x branch: <br /> http://download.eclipse.org/acceleo/updates/releases/3.0</li>
</ul>
</li>
<li>
diff --git a/downloads/index.php b/downloads/index.php
index 8475236..c1f5396 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -14,7 +14,7 @@
$projectTitle = "Acceleo";
$pageTitle = "Acceleo - Download";
// Path to the downloads area under http://downloads.eclipse.org (will be used by custom-scripts and various "eclipse" scripts)
- $PR = "modeling/m2t/acceleo";
+ $PR = "acceleo";
// absolute path to the site's home page (will be used by custom-scripts for images... should probably use css instead)
$websiteRoot = "/acceleo";
diff --git a/support/_index.html b/support/_index.html
index ce9f401..246db0b 100644
--- a/support/_index.html
+++ b/support/_index.html
@@ -73,7 +73,7 @@
Acceleo-related posts with "[Acceleo]".
</li>
<li>
- <b><a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=Modeling&product=M2T&component=Acceleo&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"
+ <b><a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=Modeling&product=Acceleo&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"
title="Acceleo Bugs" rel="nofollow">Acceleo Bugzilla</a></b> - review and create Bugzilla
entries.
</li>