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

Unified Diff: app/views/layout.mustache

Issue 162403002: Remove docs and point to ones on dartlang.org. (Closed) Base URL: https://github.com/dart-lang/pub-dartlang.git@master
Patch Set: Fit in 80 columns. Created 6 years, 10 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 | « app/views/index.mustache ('k') | app/views/packages/show.mustache » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/views/layout.mustache
diff --git a/app/views/layout.mustache b/app/views/layout.mustache
index 4ebb7eace437286ee9eed781f1cf1cf48792791c..e4e5161a982864573dc6f7049e35b6f26701281a 100644
--- a/app/views/layout.mustache
+++ b/app/views/layout.mustache
@@ -43,29 +43,29 @@
</a>
<a class="brand" href="/">pub.dartlang.org</a>
<ul class="nav">
- <li><a href="/doc">Getting Started</a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/get-started.html">Getting Started</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Docs
<div class="caret"></div>
</a>
<ul class="dropdown-menu">
- <li><a href="/doc">Getting Started</a></li>
- <li><a href="/doc/dependencies.html">Dependencies</a></li>
- <li><a href="/doc/pubspec.html">Pubspec Format</a></li>
- <li><a href="/doc/package-layout.html">Package Layout Conventions</a></li>
- <li><a href="/doc/assets-and-transformers.html">Assets and Transformers</a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/get-started.html">Getting Started</a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/dependencies.html">Dependencies</a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/pubspec.html">Pubspec Format</a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/package-layout.html">Package Layout Conventions</a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/assets-and-transformers.html">Assets and Transformers</a></li>
<li class="nav-header">Reference</li>
- <li><a href="/doc/faq.html">FAQ</a></li>
- <li><a href="/doc/glossary.html">Glossary</a></li>
- <li><a href="/doc/versioning.html">Versioning Philosophy</a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/faq.html">FAQ</a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/glossary.html">Glossary</a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/versioning.html">Versioning Philosophy</a></li>
<li class="nav-header">Pub Commands</li>
- <li><a href="/doc/pub-build.html"><code>pub build</code></a></li>
- <li><a href="/doc/pub-cache.html"><code>pub cache</code></a></li>
- <li><a href="/doc/pub-get.html"><code>pub get</code></a></li>
- <li><a href="/doc/pub-lish.html"><code>pub publish</code></a></li>
- <li><a href="/doc/pub-upgrade.html"><code>pub upgrade</code></a></li>
- <li><a href="/doc/pub-serve.html"><code>pub serve</code></a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/cmd/pub-build.html"><code>pub build</code></a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/cmd/pub-cache.html"><code>pub cache</code></a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/cmd/pub-get.html"><code>pub get</code></a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/cmd/pub-lish.html"><code>pub publish</code></a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/cmd/pub-upgrade.html"><code>pub upgrade</code></a></li>
+ <li><a href="https://www.dartlang.org/tools/pub/cmd/pub-serve.html"><code>pub serve</code></a></li>
</ul>
</li>
<li><a href="/packages">Packages</a></li>
« no previous file with comments | « app/views/index.mustache ('k') | app/views/packages/show.mustache » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698