chore(docs): Remove uneeded links in data export docs

This commit is contained in:
Blade Barringer
2016-10-12 22:43:23 -05:00
parent 8020990264
commit 3fabf3391f

View File

@@ -109,7 +109,7 @@ async function _getUserDataForExport (user) {
* @apiName ExportUserDataJson
* @apiGroup DataExport
*
* @apiSuccess {JSON} File A JSON file of the user object and tasks. See `[GET /user](#api-User-UserGet)` and `[GET /tasks/user](#api-Task-GetUserTasks)`.
* @apiSuccess {JSON} File A JSON file of the user object and tasks.
*/
api.exportUserDataJson = {
method: 'GET',
@@ -133,7 +133,7 @@ api.exportUserDataJson = {
* @apiName ExportUserDataXml
* @apiGroup DataExport
*
* @apiSuccess {XML} File An xml file of the user object. See `[GET /user](#api-User-UserGet)` and `[GET /tasks/user](#api-Task-GetUserTasks)`.
* @apiSuccess {XML} File An xml file of the user object.
*/
api.exportUserDataXml = {
method: 'GET',