Skip to content

Commit 152bb95

Browse files
committed
Migrate links after a repo move
1 parent 0bff5a3 commit 152bb95

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![PyPI](https://img.shields.io/pypi/v/mkdocstrings-crystal)](https://pypi.org/project/mkdocstrings-crystal/)
66
[![GitHub](https://img.shields.io/github/license/oprypin/mkdocstrings-crystal)](LICENSE.md)
7-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/oprypin/mkdocstrings-crystal/CI)](https://github.com/oprypin/mkdocstrings-crystal/actions?query=event%3Apush+branch%3Amaster)
7+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/oprypin/mkdocstrings-crystal/CI)](https://github.com/mkdocstrings/crystal/actions?query=event%3Apush+branch%3Amaster)
88

99
## Introduction
1010

@@ -64,4 +64,4 @@ mkdocs serve # live preview
6464
[mkdocs]: https://www.mkdocs.org/
6565
[mkdocstrings]: https://pawamoy.github.io/mkdocstrings/
6666
[virtualenv]: https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment
67-
[documentation site]: https://oprypin.github.io/mkdocstrings-crystal/
67+
[documentation site]: https://mkdocstrings.github.io/crystal/

docs/quickstart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Hosting on GitHub is also assumed, though that's easy to adapt.
1111

1212
We'll be working from the project's root directory (the one that *contains* `src`).
1313

14-
[View the final file layout](https://github.com/oprypin/mkdocstrings-crystal/tree/master/examples/simple/)
14+
[View the final file layout](https://github.com/mkdocstrings/crystal/tree/master/examples/simple/)
1515

1616
## Dependencies
1717

docs/quickstart/migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Hosting on GitHub is also assumed, though that's easy to adapt.
1111

1212
We'll be working from the project's root directory (the one that *contains* `src`).
1313

14-
[View the final file layout](https://github.com/oprypin/mkdocstrings-crystal/tree/master/examples/migrated/)
14+
[View the final file layout](https://github.com/mkdocstrings/crystal/tree/master/examples/migrated/)
1515

1616
## Dependencies
1717

mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: MkDocs Plugins
2-
site_url: "https://oprypin.github.io/mkdocstrings-crystal"
3-
repo_url: "https://github.com/oprypin/mkdocstrings-crystal"
2+
site_url: "https://mkdocstrings.github.io/crystal"
3+
repo_url: "https://github.com/mkdocstrins/crystal"
44
edit_uri: blob/master/docs/
55
use_directory_urls: false
66

@@ -62,7 +62,7 @@ nav:
6262
- Troubleshooting: troubleshooting.md
6363
- Introspection API: api.md
6464
- Showcase: showcase.md
65-
- section-index: /mkdocs-section-index/
66-
- literate-nav: /mkdocs-literate-nav/
67-
- gen-files: /mkdocs-gen-files/
68-
- same-dir: /mkdocs-same-dir/
65+
- section-index: https://oprypin.github.io/mkdocs-section-index/
66+
- literate-nav: https://oprypin.github.io/mkdocs-literate-nav/
67+
- gen-files: https://oprypin.github.io/mkdocs-gen-files/
68+
- same-dir: https://oprypin.github.io/mkdocs-same-dir/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.2"
44
description = "Crystal language doc generator for mkdocstrings"
55
authors = ["Oleh Prypin <oleh@pryp.in>"]
66
license = "MIT"
7-
repository = "https://github.com/oprypin/mkdocstrings-crystal"
7+
repository = "https://github.com/mkdocstrings/crystal"
88
keywords = ["mkdocs", "mkdocstrings", "crystal", "mkdocs-plugin"]
99
readme = "README.md"
1010
packages = [

0 commit comments

Comments
 (0)