| Index: app/views/packages/show.mustache
|
| diff --git a/app/views/packages/show.mustache b/app/views/packages/show.mustache
|
| index c7ff893ff84f8ab9d582428b70f22254f35d0b5a..9f0f8eefef81de362ef13bf9c77a497073a582df 100644
|
| --- a/app/views/packages/show.mustache
|
| +++ b/app/views/packages/show.mustache
|
| @@ -44,9 +44,9 @@ dependencies:
|
| <strong>{{package.name}}: {{package.latest_version.example_version_constraint}}</strong>
|
| </pre>
|
| <p>
|
| - If your package is an <a href="/doc/glossary.html#application-package">
|
| + If your package is an <a href="https://www.dartlang.org/tools/pub/glossary.html#application-package">
|
| application package</a> you should use <strong><code>any</code>
|
| - </strong> as the <a href="/doc/glossary.html#version-constraint">
|
| + </strong> as the <a href="https://www.dartlang.org/tools/pub/glossary.html#version-constraint">
|
| version constraint</a>.
|
| </p>
|
| <h3>2. Install it</h3>
|
|
|