diff options
-rw-r--r-- | about-architecture.html | 2 | ||||
-rw-r--r-- | about-customize.html | 2 | ||||
-rw-r--r-- | about-future.html | 2 | ||||
-rw-r--r-- | about-tips.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/about-architecture.html b/about-architecture.html index 915b45f..db5653c 100644 --- a/about-architecture.html +++ b/about-architecture.html @@ -79,7 +79,7 @@ <hr /> <p align="right">Next: <a href="about-customize.html">Customization checklist</a>, Previous: <a href="about-make.html">Why Make?</a>, Up: <a href="about.html">About</a> </p> - <h1>Project architecture</h1> + <h2>Project architecture</h2> <p>In order to customize Maneage to your research, it is important to first understand its architecture so you can navigate your way in the directories diff --git a/about-customize.html b/about-customize.html index 6f66dc2..d978072 100644 --- a/about-customize.html +++ b/about-customize.html @@ -78,7 +78,7 @@ <hr /> <p align="right">Next: <a href="about-tips.html">Tips for designing your project</a>, Previous: <a href="about-architecture.html">Maneage architecture</a>, Up: <a href="about.html">About</a> </p> - <h1>Customization checklist</h1> + <h2>Customization checklist</h2> <p>Take the following steps to fully customize Maneage for your research project. After finishing the list, be sure to run <code>./project configure</code> and diff --git a/about-future.html b/about-future.html index a8ef98c..80958c1 100644 --- a/about-future.html +++ b/about-future.html @@ -78,7 +78,7 @@ <hr /> <p align="right">Previous: <a href="about-tips.html">Tips for designing your project</a>, Up: <a href="about.html">About</a> </p> - <h1>Future improvements</h1> + <h2>Future improvements</h2> <p>This is an evolving project and as time goes on, it will evolve and become more robust. Some of the most prominent issues we plan to implement in the diff --git a/about-tips.html b/about-tips.html index 49ea896..b7c90e8 100644 --- a/about-tips.html +++ b/about-tips.html @@ -78,7 +78,7 @@ <hr /> <p align="right">Next: <a href="about-future.html">Future improvements</a>, Previous: <a href="about-customize.html">Customization checklist</a>, Up: <a href="about.html">About</a> </p> - <h1>Tips for designing your project</h1> + <h2>Tips for designing your project</h2> <p>The following is a list of design points, tips, or recommendations that have been learned after some experience with this type of project |