From 9d93ac032e0f335bc43ec5fef0f3266d5bc3cf6e Mon Sep 17 00:00:00 2001 From: Danilo Date: Thu, 22 Oct 2015 12:04:06 +0200 Subject: [PATCH] Fixes a few 404 links --- endpoints/file.md | 6 +++--- endpoints/list.md | 8 ++++---- endpoints/membership.md | 2 +- endpoints/root.md | 2 +- endpoints/upload.md | 8 ++++---- endpoints/webhooks.md | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/endpoints/file.md b/endpoints/file.md index 8d50b1b..008a3d3 100644 --- a/endpoints/file.md +++ b/endpoints/file.md @@ -1,8 +1,8 @@ ## File -The first resource that needs to be created to upload a file is the [Upload](/documentation/endpoints/upload) resource. After the upload -is finished you need to create a new [File](/documentation/endpoints/file) resource that will published via real time to -all the other members of the [List](/documentation/endpoints/list) you are creating the [File](/documentation/endpoints/file) in. +The first resource that needs to be created to upload a file is the [Upload](endpoints/upload.md) resource. After the upload +is finished you need to create a new [File](endpoints/file.md) resource that will published via real time to +all the other members of the [List](endpoints/list.md) you are creating the [File](endpoints/file.md) in. ### Get Files for a Task or List diff --git a/endpoints/list.md b/endpoints/list.md index 1e8f313..7ea9229 100644 --- a/endpoints/list.md +++ b/endpoints/list.md @@ -39,7 +39,7 @@ All tasks created in Wunderlist belong to a list. "type": "list", "revision": 10 } -