Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: minor fix for links in datasets.md #6094

Merged
merged 1 commit into from
Mar 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In particular, the following file formats are supported for uploading (and conve
- KNOSSOS file hierarchy
- [Read more about the supported file formats and details](./data_formats.md#conversion-with-webknossosorg)

Once the data is uploaded (and potentially converted), you can further configure a dataset [Settings](./datasets.md#configuring-datasets) and double-check layer properties, finetune access rights & permissions, or set default values for rendering.
Once the data is uploaded (and potentially converted), you can further configure a dataset [Settings](#configuring-datasets) and double-check layer properties, finetune access rights & permissions, or set default values for rendering.

### Working with Neuroglancer and BossDB dataset
On webKnossos.org you can work directly with
Expand Down Expand Up @@ -75,7 +75,7 @@ On self-hosted instances, large datasets can be efficiently imported by placing

Typically webKnossos can infer all the required metadata for a dataset automatically and import datasets automatically on refresh. In some cases, you will need to manually import a dataset and provide more information:
* On the dashboard, click *Import* for your new dataset
* Provided the requested properties, such as *scale* and *largestSegmentId*. See the section on [configuring datasets](.datasets.md#configuring-datasets) below for more detailed explanations of these parameters.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link was the broken one, the other one is just simplified.

* Provided the requested properties, such as *scale* and *largestSegmentId*. See the section on [configuring datasets](#configuring-datasets) below for more detailed explanations of these parameters.

!!! info
If you uploaded the dataset along with a `datasource-properties.json` metadata file, the dataset will be imported automatically without any additional manual steps.
Expand Down