Skip to content

Commit

Permalink
chore: formatting fix for links in contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt authored Nov 5, 2024
1 parent d10d07b commit 98a9017
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ We also recommend that you read [How to Contribute to Open Source](https://opens
Help us keep **Janus-IDP** open and inclusive. Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).

> [!IMPORTANT]
> We encourage users to migrate their plugins to the `[backstage/community-plugins](https://github.com/backstage/community-plugins)` or `[redhat-developer/rhdh-plugins](https://github.com/redhat-developer/rhdh-plugins)` repos. For migrating plugins to `redhat-developer/rhdh-plugins` see: [Migrating plugins to redhat-developer/rhdh-plugins](https://github.com/redhat-developer/rhdh-plugins/blob/main/CONTRIBUTING.md#using-the-cli-to-migrate-plugins-from-janus-idpbackstage-plugins) instead of this guide.
> We encourage users to migrate their plugins to the [backstage/community-plugins](https://github.com/backstage/community-plugins) or [redhat-developer/rhdh-plugins](https://github.com/redhat-developer/rhdh-plugins) repos. For migrating plugins to `redhat-developer/rhdh-plugins` see: [Migrating plugins to redhat-developer/rhdh-plugins](https://github.com/redhat-developer/rhdh-plugins/blob/main/CONTRIBUTING.md#using-the-cli-to-migrate-plugins-from-janus-idpbackstage-plugins) instead of this guide.
## Guide for Migrating Plugins from janus-idp/backstage-plugins to `[backstage/community-plugins](https://github.com/backstage/community-plugins)`
## Guide for Migrating Plugins from janus-idp/backstage-plugins to [backstage/community-plugins](https://github.com/backstage/community-plugins)

> [!NOTE]
> After fully migrating plugins, remember to check for any updates that may have been made in the `janus-idp/backstage-plugins` repository. You may need to update the migrated plugins to pull in changes made to the janus-idp/backstage-plugins repo after migration. Additionally, any unmerged PRs should be closed and recreated against the new repo.
Expand All @@ -30,8 +30,8 @@ This guide will show you how to migrate plugins from `janus-idp/backstage-plugin

### Prerequisites

- Have a `[janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins)` fork locally cloned
- Have a `[backstage/community-plugins](https://github.com/backstage/community-plugins)` fork locally cloned
- Have a [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins) fork locally cloned
- Have a [backstage/community-plugins](https://github.com/backstage/community-plugins) fork locally cloned

### Steps

Expand Down

0 comments on commit 98a9017

Please sign in to comment.