forked from forge/documentation
Fix xref link paths in Pagure migration overview
- Fix xref:pagure_repository.adoc to xref:migration/pagure_repository.adoc - Fix xref:pagure_private_tickets.adoc to xref:migration/pagure_private_tickets.adoc - Fix xref:github.adoc to xref:migration/github.adoc - Fix xref:gitlab.adoc to xref:migration/gitlab.adoc Resolves AsciiDoc build errors for missing xref targets in pagure.adoc Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
789bd278a3
commit
fb09e72a31
1 changed files with 4 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ Use this procedure for repositories that contain only public content (code, publ
|
|||
|
||||
* **When to use:** Repository has no private or restricted issue tickets
|
||||
* **Result:** Single public repository with all content migrated
|
||||
* **Documentation:** xref:pagure_repository.adoc[How to Migrate Repository from Pagure]
|
||||
* **Documentation:** xref:migration/pagure_repository.adoc[How to Migrate Repository from Pagure]
|
||||
|
||||
=== Private Tickets Migration
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ Use this procedure for repositories that contain private or restricted issue tic
|
|||
|
||||
* **When to use:** Repository contains private/restricted issue tickets
|
||||
* **Result:** Separate private repository containing only the private tickets
|
||||
* **Documentation:** xref:pagure_private_tickets.adoc[How to Migrate Private Tickets from Pagure to a New Private Repository]
|
||||
* **Documentation:** xref:migration/pagure_private_tickets.adoc[How to Migrate Private Tickets from Pagure to a New Private Repository]
|
||||
|
||||
[WARNING]
|
||||
====
|
||||
|
|
@ -79,6 +79,6 @@ Before starting any migration, ensure you have:
|
|||
|
||||
== Additional Resources
|
||||
|
||||
* xref:github.adoc[How to Migrate Repository from GitHub]
|
||||
* xref:gitlab.adoc[How to Migrate Repository from GitLab]
|
||||
* xref:migration/github.adoc[How to Migrate Repository from GitHub]
|
||||
* xref:migration/gitlab.adoc[How to Migrate Repository from GitLab]
|
||||
* xref:../known_issue_cannot_create_user.adoc[Known Issue: Unable to Log in - "Cannot Create Account"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue