From 0358d4d160694f8b75177d097469856ab9c78968 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Wed, 8 May 2024 08:49:47 -0400 Subject: [PATCH] Link to example PR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 177187acaf24848..656d4d885122b8f 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. +- 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?