Author: marrs
Date: Fri Jun 5 20:16:53 2015
New Revision: 1683856
URL: http://svn.apache.org/r1683856
Log:
ACE-519 Fixed some broken links.
Modified:
ace/site/trunk/content/index.mdtext
ace/site/trunk/templates/skeleton.html
Modified: ace/site/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/ace/site/trunk/content/index.mdtext?rev=1683856&r1=1683855&r2=1683856&view=diff
==============================================================================
--- ace/site/trunk/content/index.mdtext (original)
+++ ace/site/trunk/content/index.mdtext Fri Jun 5 20:16:53 2015
@@ -10,6 +10,8 @@ When assembling software out of reusable
Apache ACE allows you to group those components and assign them to a managed
set of targets. This allows you to distribute updates and new components
easily, while keeping a full history of what was installed where during what
period. It also helps you setup an automated development, QA/testing, staging
and production environment.
-If you want to learn more about how to use Apache ACE, go to the User
Documentation and start with [A brief
introduction](/user-doc/introduction.html). If you are interested in becoming
involved, check out our [Mailing Lists](/get-involved/mailing-lists.html) and
finally, to gain a deeper understanding of the software, read the available
[Developer Documentation](/dev-doc/getting-started.html) which explains how to
build the software and the overall [Software
Architecture](/dev-doc/architecture.html).
+If you want to learn more about how to use Apache ACE, go to the Documentation
and start with [getting started in 5
minutes](/docs/getting-started-5-mins.html). If you are interested in becoming
involved, check out our [Mailing Lists](/get-involved/mailing-lists.html) and
finally, to gain a deeper understanding of the software, read the available
[Developer Documentation](/docs/setup-dev-environment.html) which explains how
to build the software and the overall [Software
Architecture](/docs/architecture.html).
-<iframe src="//player.vimeo.com/video/117383826" width="500" height="281"
frameborder="0" webkitallowfullscreen mozallowfullscreen
allowfullscreen></iframe>
\ No newline at end of file
+# Introduction
+
+<div align="center"><iframe src="//player.vimeo.com/video/117383826"
width="500" height="281" frameborder="0" webkitallowfullscreen
mozallowfullscreen allowfullscreen></iframe></div>
Modified: ace/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/ace/site/trunk/templates/skeleton.html?rev=1683856&r1=1683855&r2=1683856&view=diff
==============================================================================
--- ace/site/trunk/templates/skeleton.html (original)
+++ ace/site/trunk/templates/skeleton.html Fri Jun 5 20:16:53 2015
@@ -34,7 +34,7 @@
{% block content %}<div id="content">{{ content|markdown }}</div>{%
endblock %}
<hr>
<footer>
- <p>Copyright © 2012-2014 <a href="http://www.apache.org/">The
Apache Software Foundation</a>, Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.<br/>Apache ACE, the Apache ACE logo, Apache and the Apache feather
logo are trademarks of The Apache Software Foundation. All other marks
mentioned may be trademarks or registered trademarks of their respective
owners.</p>
+ <p>Copyright © 2012-2015 <a href="http://www.apache.org/">The
Apache Software Foundation</a>, Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.<br/>Apache ACE, the Apache ACE logo, Apache and the Apache feather
logo are trademarks of The Apache Software Foundation. All other marks
mentioned may be trademarks or registered trademarks of their respective
owners.</p>
</footer>
</div>
</body>