Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored May 8, 2024
1 parent 0358d4d commit 5bd252d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 5bd252d

Please sign in to comment.