diff options
Diffstat (limited to 'templates/package/content/pub.tmpl')
-rw-r--r-- | templates/package/content/pub.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/package/content/pub.tmpl b/templates/package/content/pub.tmpl index d5676fca5a..28aa29abe9 100644 --- a/templates/package/content/pub.tmpl +++ b/templates/package/content/pub.tmpl @@ -7,7 +7,7 @@ <div class="markup"><pre class="code-block"><code>dart pub add {{.PackageDescriptor.Package.Name}}:{{.PackageDescriptor.Version.Version}} --hosted-url=<gitea-origin-url data-url="{{AppSubUrl}}/api/packages/{{.PackageDescriptor.Owner.Name}}/pub/"></gitea-origin-url></code></pre></div> </div> <div class="field"> - <label>{{.locale.Tr "packages.pub.documentation" | Safe}}</label> + <label>{{.locale.Tr "packages.pub.documentation" "https://docs.gitea.io/en-us/usage/packages/pub/" | Safe}}</label> </div> </div> </div> |