diff --git a/app/views/help/wiki_syntax.html.erb b/app/views/help/wiki_syntax.html.erb
index b8e2f7056b97c6eafb513e302b5eadd000b337c3..6b3b95d8f5c78fef456cfded2818377cfd1fff61 100644
--- a/app/views/help/wiki_syntax.html.erb
+++ b/app/views/help/wiki_syntax.html.erb
@@ -39,7 +39,7 @@
 <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr>
 <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr>
 
-<tr><th colspan="3">Redmine links</th></tr>
+<tr><th colspan="3">ChiliProject links</th></tr>
 <tr><th><img src="../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr>
 <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr>
 <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
diff --git a/app/views/help/wiki_syntax_detailed.html.erb b/app/views/help/wiki_syntax_detailed.html.erb
index 444ac95d3a6821e5af83af0ce48a73dd143b83c0..f023d4d4382e7c419875e1e28e2044d21793c269 100644
--- a/app/views/help/wiki_syntax_detailed.html.erb
+++ b/app/views/help/wiki_syntax_detailed.html.erb
@@ -33,9 +33,9 @@
 
     <h2><a name="2" class="wiki-page"></a>Links</h2>
 
-        <h3><a name="3" class="wiki-page"></a>Redmine links</h3>
+        <h3><a name="3" class="wiki-page"></a>ChiliProject links</h3>
 
-        <p>Redmine allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.</p>
+        <p>ChiliProject allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.</p>
         <ul>
             <li>Link to an issue: <strong>#124</strong> (displays <del><a href="#" class="issue" title="bulk edit doesn't change the category or fixed version properties (Closed)">#124</a></del>, link is striked-through if the issue is closed)</li>
             <li>Link to a changeset: <strong>r758</strong> (displays <a href="#" class="changeset" title="Search engine now only searches objects the user is allowed to view.">r758</a>)</li>
@@ -123,8 +123,8 @@
 
         <p>Escaping:</p>
 
-        <ul>
-            <li>You can prevent Redmine links from being parsed by preceding them with an exclamation mark: !</li>
+        <ul>
+            <li>You can prevent ChiliProject links from being parsed by preceding them with an exclamation mark: !</li>
         </ul>
 
 
@@ -133,24 +133,24 @@
         <p>HTTP URLs and email addresses are automatically turned into clickable links:</p>
 
 <pre>
-http://www.redmine.org, someone@foo.bar
+https://www.chiliproject.org, someone@foo.bar
 </pre>
 
-        <p>displays: <a class="external" href="http://www.redmine.org">http://www.redmine.org</a>, <a href="mailto:someone@foo.bar" class="email">someone@foo.bar</a></p>
+        <p>displays: <a class="external" href="https://www.chiliproject.org">https://www.chiliproject.org</a>, <a href="mailto:someone@foo.bar" class="email">someone@foo.bar</a></p>
 
         <p>If you want to display a specific text instead of the URL, you can use the standard textile syntax:</p>
 
 <pre>
-"Redmine web site":http://www.redmine.org
+"ChiliProject web site":https://www.chiliproject.org
 </pre>
 
-        <p>displays: <a href="http://www.redmine.org" class="external">Redmine web site</a></p>
+        <p>displays: <a href="https://www.chiliproject.org" class="external">ChiliProject web site</a></p>
 
 
     <h2><a name="5" class="wiki-page"></a>Text formatting</h2>
 
 
-    <p>For things such as headlines, bold, tables, lists, Redmine supports Textile syntax.  See <a class="external" href="http://www.textism.com/tools/textile/">http://www.textism.com/tools/textile/</a> for information on using any of these features.  A few samples are included below, but the engine is capable of much more of that.</p>
+    <p>For things such as headlines, bold, tables, lists, ChiliProject supports Textile syntax.  See <a class="external" href="http://www.textism.com/tools/textile/">http://www.textism.com/tools/textile/</a> for information on using any of these features.  A few samples are included below, but the engine is capable of much more of that.</p>
 
         <h3><a name="6" class="wiki-page"></a>Font style</h3>
 
@@ -188,7 +188,7 @@ h2. Subheading
 h3. Subsubheading
 </pre>
 
-        <p>Redmine assigns an anchor to each of those headings thus you can link to them with "#Heading", "#Subheading" and so forth.</p>
+        <p>ChiliProject assigns an anchor to each of those headings thus you can link to them with "#Heading", "#Subheading" and so forth.</p>
 
 
         <h3><a name="9" class="wiki-page"></a>Paragraphs</h3>
@@ -226,7 +226,7 @@ To go live, all you need to add is a database and a web server.
 
     <h2><a name="12" class="wiki-page"></a>Macros</h2>
 
-    <p>Redmine has the following builtin macros:</p>
+    <p>ChiliProject has the following builtin macros:</p>
 
     <p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p>