Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1373)

Unified Diff: _layouts/page.html

Issue 1383673003: Fletch 0.1.0 documentation (Closed) Base URL: https://github.com/dart-lang/fletch.git@gh-pages
Patch Set: Fix link per Ian's feedback Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | faq.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: _layouts/page.html
diff --git a/_layouts/page.html b/_layouts/page.html
index dc1114501662ad3a39fc8d769aa72fc01ad20cc2..cd4c0b24cc8081aaac189853a9a759cbc1067f37 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -26,12 +26,15 @@ layout: default
<div class="wrapper">
<header>
<h1 class="header">The Fletch Project</h1>
- <p class="header">Fast, flexible, and productive</p>
+ <p class="header">Fast, flexible, and productive development for devices.</p>
<ul>
- <li><a href="index.html">Start</a></li>
+ <li><a href="index.html">Getting started</a></li>
+ <li><a href="samples.html">Samples</a></li>
+ <li><a href="tool.html">Tool details</a></li>
+ <li><a href="feedback.html">Feedback</a></li>
+ <li><a href="faq.html">Questions</a></li>
</ul>
-
</header>
<section>
« no previous file with comments | « no previous file | faq.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698