diff --git a/README.md b/README.md index 656d4d885122b8f..13c874667f21dec 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ Registrator will complain if the second step is skipped. Follow these steps to move a [subdirectory package](https://pkgdocs.julialang.org/v1/managing-packages/#Adding-a-package-in-a-subdirectory-of-a-repository) to its own repository: - Follow Github's documentation on [splitting a subfolder out into a new repository][github-subfolder]. If you aren't hosting your package on GitHub, most of the steps are still applicable. - [Check that the new repository contains all registered versions of the package](./CONTRIBUTING.md#appendix-checking-if-a-repository-contains-all-registered-versions-of-a-package). -- Make a pull request to [this repository](https://github.com/JuliaRegistries/General/pulls) in which you edit the repo URL in the package's Package.toml file (e.g [E/Example/Package.toml](https://github.com/JuliaRegistries/General/blob/master/E/Example/Package.toml#L3)), and remove the subdir line. Be sure to include the printed output from the second step in your pull request, so the reviewer can see that the new repository indeed contains all registered versions fo the package. See (this pull request)[https://github.com/JuliaRegistries/General/pull/106369] for an example of moving a subdirectory package to its own repository. +- Make a pull request to [this repository](https://github.com/JuliaRegistries/General/pulls) in which you edit the repo URL in the package's Package.toml file (e.g [E/Example/Package.toml](https://github.com/JuliaRegistries/General/blob/master/E/Example/Package.toml#L3)), and remove the subdir line. Be sure to include the printed output from the second step in your pull request, so the reviewer can see that the new repository indeed contains all registered versions fo the package. See [this pull request](https://github.com/JuliaRegistries/General/pull/106369) for an example of moving a subdirectory package to its own repository. ### How do I transfer a package to General from another registry?