diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 04f946c9..5d1c4438 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - name: Feature Request 💡 - url: https://github.com/software-mansion-labs/react-native-enriched-markdown/discussions/new?category=ideas + url: https://github.com/software-mansion/react-native-enriched-markdown/discussions/new?category=ideas about: If you have a feature request, please create a new discussion on GitHub. - name: Discussions on GitHub 💬 - url: https://github.com/software-mansion-labs/react-native-enriched-markdown/discussions + url: https://github.com/software-mansion/react-native-enriched-markdown/discussions about: If this library works as promised but you need help, please ask questions there. diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 368c5ce1..e8ebaea1 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -27,7 +27,7 @@ on: jobs: npm-build: - if: github.repository == 'software-mansion-labs/react-native-enriched-markdown' + if: github.repository == 'software-mansion/react-native-enriched-markdown' runs-on: ubuntu-latest permissions: @@ -51,7 +51,7 @@ jobs: - name: Publish manual release if: ${{ github.event_name == 'workflow_dispatch' }} - uses: software-mansion-labs/npm-package-publish@main + uses: software-mansion/npm-package-publish@main with: package-name: 'react-native-enriched-markdown' package-json-path: 'package.json' @@ -62,7 +62,7 @@ jobs: - name: Publish automatic nightly release if: ${{ github.event_name == 'schedule' }} - uses: software-mansion-labs/npm-package-publish@main + uses: software-mansion/npm-package-publish@main with: package-name: 'react-native-enriched-markdown' package-json-path: 'package.json' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a0f04cb..4a6d4322 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ To get started with the project, make sure you have the correct version of [Node ### Cloning the Repository ```sh -git clone https://github.com/software-mansion-labs/react-native-enriched-markdown.git +git clone https://github.com/software-mansion/react-native-enriched-markdown.git cd react-native-enriched-markdown ``` diff --git a/ReactNativeEnrichedMarkdown.podspec b/ReactNativeEnrichedMarkdown.podspec index e191da8a..2480aca9 100644 --- a/ReactNativeEnrichedMarkdown.podspec +++ b/ReactNativeEnrichedMarkdown.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.authors = package["author"] s.platforms = { :ios => min_ios_version_supported, :osx => '14.0' } - s.source = { :git => "https://github.com/software-mansion-labs/react-native-enriched-markdown.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/software-mansion/react-native-enriched-markdown.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,mm,cpp}", "cpp/md4c/*.{c,h}", "cpp/parser/*.{hpp,cpp}" s.private_header_files = "ios/**/*.h" diff --git a/package.json b/package.json index e056c184..89beb31c 100644 --- a/package.json +++ b/package.json @@ -72,14 +72,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/software-mansion-labs/react-native-enriched-markdown.git" + "url": "git+https://github.com/software-mansion/react-native-enriched-markdown.git" }, "author": "Gregory Moskaliuk (https://github.com/hryhoriiK97)", "license": "MIT", "bugs": { - "url": "https://github.com/software-mansion-labs/react-native-enriched-markdown/issues" + "url": "https://github.com/software-mansion/react-native-enriched-markdown/issues" }, - "homepage": "https://github.com/software-mansion-labs/react-native-enriched-markdown#readme", + "homepage": "https://github.com/software-mansion/react-native-enriched-markdown#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" },