fixed links
This commit is contained in:
18
Home.md
18
Home.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](/wiki/Workflow) and [FarmMaps Main Components](/wiki/Main-components) pages.
|
||||
The workflow and high-level architecture FarmMaps are documented on the [Farmmaps Workflow](Workflow.md) and [FarmMaps Main Components](Main-components.md) 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](/wiki/Integrating-FarmMaps-OIDC)
|
||||
- [Creating an access token for testing.](/wiki/Create-access-token)
|
||||
- [Integrating FarmMaps Open ID Connect into your application](Integrating-FarmMaps-OIDC.md)
|
||||
- [Creating an access token for testing.](Create-access-token.md)
|
||||
|
||||
## 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](/wiki/Upload-a-file)
|
||||
* [Creating a cropfield](/wiki/Create-a-cropfield)
|
||||
* [Running a task](/wiki/Running-tasks)
|
||||
* [Uploading a file](Upload-a-file.md)
|
||||
* [Creating a cropfield](Create-a-cropfield.md)
|
||||
* [Running a task](Running-tasks.md)
|
||||
|
||||
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](/wiki/VRAPoten-API)
|
||||
* [VRANbs-API](/wiki/VRANbs-API)
|
||||
* [VRAHerbicide-API](/wiki/VRAHerbicide-API)
|
||||
* [VRAPoten-API](VRAPoten-API.md)
|
||||
* [VRANbs-API](VRANbs-API.md)
|
||||
* [VRAHerbicide-API](VRAHerbicide-API.md)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user