Skip to content

Commit d1f826f

Browse files
committed
Fix links to markdown link checker
This shouldn't have been nessary for paths but seems fine.
1 parent 5f1e6f5 commit d1f826f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.mega-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ DISABLE:
1111
DISABLE_LINTERS:
1212
- YAML_V8R
1313
- SPELL_LYCHEE
14+
- MARKDOWN_MARKDOWNLINT
1415
PRINT_ALL_FILES: false
1516
DOCKERFILE_HADOLINT_ARGUMENTS: "--ignore DL3008 --ignore DL4006 --ignore DL3009 --ignore DL3059"
1617
SHOW_ELAPSED_TIME: true

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ JKAN is a [Jekyll](http://jekyllrb.com/) site that uses JavaScript for enhanced
3333
| `_data/licenses.yml` | A list of licenses that datasets can be associated with |
3434
| `_datasets` | A directory of `.md` files containing dataset information in YAML front-matter |
3535
| `_dataset_categories` | A directory of `.md` files containing dataset categories in YAML front-matter |
36-
| `_includes` | HTML partials that are included in layouts. `display` is used by [schema files](/docs/configuration.md) |
36+
| `_includes` | HTML partials that are included in layouts. |
3737
| `_layouts` | Page templates |
3838
| `_organizations` | A directory of `.md` files containing organization information in YAML front-matter |
3939
| `editor` | Configuration for the Editor UI, described below |

docs/upgrading.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Upgrading
2-
See [release notes](/releases) for details of what's changed between versions.
2+
See [release notes](https://github.com/timwis/jkan/releases) for details of what's changed between versions.
33

44
## For every upgrade
55
If your JKAN repository is a fork, you should see a banner at the top of the repository saying, e.g. "This branch is 20 commits ahead, 32 commits behind timwis:gh-pages". Clicking on the "X commits behind" link should take you to a page where you can initiate a pull request, which should show you the changes that will be applied to your repository. It should take you to:
@@ -12,11 +12,11 @@ If there are no conflicting changes in your fork, you'll be able to merge the pu
1212

1313
## v1.x to v2.0
1414
- If you use the editing UI
15-
- You'll need to switch to the new editing UI, powered by Decap CMS. You don't need to host your JKAN site on Netlify to do so. Follow the [installation](installation) instructions to setup the OAuth integration.
15+
- You'll need to switch to the new editing UI, powered by Decap CMS. You don't need to host your JKAN site on Netlify to do so. Follow the [installation](installation.md) instructions to setup the OAuth integration.
1616
- If you have custom categories
17-
- You'll need to convert `_data/categories.yml` into a collection (a directory of files) in the `_dataset_categories` directory. See the [sample categories](/_dataset_categories) for the format. You should delete `_data/categories.yml` afterwards.
17+
- You'll need to convert `_data/categories.yml` into a collection (a directory of files) in the `_dataset_categories` directory. See the [sample categories](../_dataset_categories/) for the format. You should delete `_data/categories.yml` afterwards.
1818
- If you have custom licenses
19-
- We've also changed the structure of `_data/licenses.yml`. If you've customised that file at all, you'll need to update the structure to match the [new format](/_data/licenses.yml) as well.
19+
- We've also changed the structure of `_data/licenses.yml`. If you've customised that file at all, you'll need to update the structure to match the [new format](../_data/licenses.yml) as well.
2020
- If you have customised templates
2121
- Replace any references to `site.data.categories` with `site.dataset_categories`
2222
- Replace any references to `site.data.licenses` with `site.data.licenses.items`

0 commit comments

Comments
 (0)