fix url
This commit is contained in:
18
README.md
18
README.md
@@ -5,7 +5,7 @@ This page provides an index of the available documentation for the FarmMaps plat
|
||||
## Getting started
|
||||
The main starting point for Farmmaps API access is the REST API.
|
||||
To get started, follow the steps below.
|
||||
The workflow and high-level architecture FarmMaps are documented on the [Farmmaps Workflow](/src/branch/master/Workflow) and [FarmMaps Main Components](/src/branch/master/Main-components) pages.
|
||||
The workflow and high-level architecture FarmMaps are documented on the [Farmmaps Workflow](src/branch/master/Workflow) and [FarmMaps Main Components](src/branch/master/Main-components) pages.
|
||||
|
||||
### Environments
|
||||
|
||||
@@ -47,8 +47,8 @@ For each request, the access token needs to be sent along. This access token pro
|
||||
|
||||
To continue please see one of the articles below:
|
||||
|
||||
- [Integrating FarmMaps Open ID Connect into your application](/src/branch/master/Integrating-FarmMaps-OIDC)
|
||||
- [Creating an access token for testing.](/src/branch/master/Create-access-token)
|
||||
- [Integrating FarmMaps Open ID Connect into your application](src/branch/master/Integrating-FarmMaps-OIDC)
|
||||
- [Creating an access token for testing.](src/branch/master/Create-access-token)
|
||||
|
||||
## Using the FarmMaps API
|
||||
Once you have an access token, you can start querying the API.
|
||||
@@ -57,17 +57,17 @@ The API basics are uploading files, creating items and and running tasks to modi
|
||||
For testing purposes, [Postman](https://www.postman.com) can be used to perform HTTP requests more easily.
|
||||
|
||||
We provide the following guides:
|
||||
* [Uploading a file](/src/branch/master/Upload-a-file)
|
||||
* [Creating a cropfield](/src/branch/master/Create-a-cropfield)
|
||||
* [Running a task](/src/branch/master/Running-tasks)
|
||||
* [Uploading a file](src/branch/master/Upload-a-file)
|
||||
* [Creating a cropfield](src/branch/master/Create-a-cropfield)
|
||||
* [Running a task](src/branch/master/Running-tasks)
|
||||
|
||||
Generally, tasks can be run in the same way.
|
||||
However, each specific task has it's own inputs and properties.
|
||||
How these work can be found in the use task examples below.
|
||||
|
||||
### <a name="task-examples"></a>Task examples
|
||||
* [VRAPoten-API](/src/branch/master/VRAPoten-API)
|
||||
* [VRANbs-API](/src/branch/master/VRANbs-API)
|
||||
* [VRAHerbicide-API](/src/branch/master/VRAHerbicide-API)
|
||||
* [VRAPoten-API](src/branch/master/VRAPoten-API)
|
||||
* [VRANbs-API](src/branch/master/VRANbs-API)
|
||||
* [VRAHerbicide-API](src/branch/master/VRAHerbicide-API)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user