[
https://issues.apache.org/jira/browse/CB-10294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15120026#comment-15120026
]
ASF GitHub Bot commented on CB-10294:
-------------------------------------
Github user riknoll commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/469#discussion_r51036646
--- Diff: www/docs/en/dev/cordova/storage/storage.md ---
@@ -64,6 +62,12 @@ The following platforms support IndexedDB:
## Plugin-Based Options
In addition to the storage APIs listed above, the
-[File
API](https://github.com/apache/cordova-plugin-file/blob/master/doc/index.md)
-allows you to cache data on the local file system. Other
-[Cordova plugins](http://plugins.cordova.io/) provide similar storage
options.
+[File API][FileAPI] allows you to cache data on the local file system.
Other
+[Cordova plugins][Cordovaplugins] provide similar storage options.
+
+[Html5RocksStorage]: http://www.html5rocks.com/en/features/storage
+[W3CSpecStorage]: http://www.w3.org/TR/webstorage/
+[WebSQLDatabaseSpecification]: http://dev.w3.org/html5/webdatabase/
+[IndexedDB]: http://www.w3.org/TR/IndexedDB/
+[FileAPI]:
https://github.com/apache/cordova-plugin-file/blob/master/README.md
+[Cordovaplugins]: /plugins
--- End diff --
This link should use `{{ site.baseurl }}`. That is,
```
[Cordovaplugins]: {{ site.baseurl }}/plugins
```
> Wrong link in docs
> ------------------
>
> Key: CB-10294
> URL: https://issues.apache.org/jira/browse/CB-10294
> Project: Apache Cordova
> Issue Type: Bug
> Components: Docs
> Reporter: Shazron Abdullah
> Assignee: Sarangan Rajamanickam
> Priority: Minor
> Labels: Docs-6.x, triaged
>
> On cordova web site at the page relative to the Storage
> (https://cordova.apache.org/docs/en/latest/cordova/storage/storage.html) the
> link at the end of the page about the "File API" redirects to a non existant
> github repo
> (https://github.com/apache/cordova-plugin-file/blob/master/doc/index.md)
> Expected:
> https://github.com/apache/cordova-plugin-file/blob/master/README.md
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]