Skip to content

Commit

Permalink
Point github links to new radon-ide repo location (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagiera committed Sep 25, 2024
1 parent c03a370 commit 294e7d1
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
check:
if: github.repository == 'software-mansion/react-native-ide'
if: github.repository == 'software-mansion/radon-ide'
runs-on: ubuntu-latest
env:
WORKING_DIRECTORY: packages/vscode-extension
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In order to run the extension in development mode, follow the steps below:
### 1. Clone the repository

```bash
git clone [email protected]:software-mansion/react-native-ide.git
git clone [email protected]:software-mansion/radon-ide.git
```

### 2. Install NPM dependencies in `packages/vscode-extension` folder
Expand All @@ -36,7 +36,7 @@ npm install
### 3. Prepare simulator server build

Simulator server repository is not open sourced but we have a pre-build binaries published on the GitHub releases page.
First, you need to navigate to the [releases page on GitHub](https://github.com/software-mansion/react-native-ide/releases), open the recent release, and download the sim-server file from "Assets" section (the filename contains a git hash for build consistency):
First, you need to navigate to the [releases page on GitHub](https://github.com/software-mansion/radon-ide/releases), open the recent release, and download the sim-server file from "Assets" section (the filename contains a git hash for build consistency):

<img width="825" alt="download-sim-server" src="/img/docs/download_sim_server.png"/>

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In the Visual Studio Code:

## -sec-num- Installing the Radon IDE extension in [Cursor](https://cursor.sh/)

Navigate to the [releases page on GitHub](https://github.com/software-mansion/react-native-ide/releases) and select the most recent release.
Navigate to the [releases page on GitHub](https://github.com/software-mansion/radon-ide/releases) and select the most recent release.
From the "Assets" section, download the `.vsix` file:

<img width="825" alt="download-vsix" src="/img/docs/download_vsix.png"/>
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const config = {
position: "right",
},
{
"href": "https://github.com/software-mansion/react-native-ide/",
"href": "https://github.com/software-mansion/radon-ide/",
"position": "right",
"className": "header-github",
"aria-label": "GitHub repository",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/components/Sections/FAQ/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const faqs = [
{
topic: "What's up with the code license for Radon IDE?",
answer: `TL;DR<br/>
It's okay to modify the code to run in your project and to fix bugs. However, do not distribute the project on your own in any way or form besides our official channels.<br/><br/>This license will evolve as we move beyond the Beta period. <a href="https://github.com/software-mansion/react-native-ide/blob/main/LICENSE.txt" target="_blank">You can read the full license here</a>.`,
It's okay to modify the code to run in your project and to fix bugs. However, do not distribute the project on your own in any way or form besides our official channels.<br/><br/>This license will evolve as we move beyond the Beta period. <a href="https://github.com/software-mansion/radon-ide/blob/main/LICENSE.txt" target="_blank">You can read the full license here</a>.`,
},
{
topic: "Is WebStorm supported?",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/pages/terms-of-use.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<br />

IMPORTANT! READ CAREFULLY:
THESE TERMS APPLY TO THE SOFTWARE MANSION INTEGRATED DEVELOPMENT ENVIRONMENT TOOLS CALLED "SOFTWARE MANSION RADON IDE" (SUCH TOOLS, "EARLY ACCESS" PRODUCTS) WHICH CONSIST OF OPEN SOURCE SOFTWARE SUBJECT TO THE LICENSE AVAILABLE HERE: **https://github.com/software-mansion/react-native-ide/blob/main/LICENSE.txt**.
THESE TERMS APPLY TO THE SOFTWARE MANSION INTEGRATED DEVELOPMENT ENVIRONMENT TOOLS CALLED "SOFTWARE MANSION RADON IDE" (SUCH TOOLS, "EARLY ACCESS" PRODUCTS) WHICH CONSIST OF OPEN SOURCE SOFTWARE SUBJECT TO THE LICENSE AVAILABLE HERE: **https://github.com/software-mansion/radon-ide/blob/main/LICENSE.txt**.

“Software Mansion” or “we” means: Software Mansion S.A., a joint stock company with its principal place of business at ul. Zabłocie 43b, 30-701 Kraków, Poland, entered in the register of businesses conducted by the District Court in Kraków for Kraków-Śródmieście, XI Commercial Division of the National Court Register with KRS number 0000961952, NIP 6793131302, REGON 364909814.

Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
"type": "git",
"url": "https://github.com/software-mansion/react-native-ide"
"url": "https://github.com/software-mansion/radon-ide"
},
"main": "./dist/extension.js",
"contributes": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/scripts/build-sim-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [[ ! -f "$product_path" ]]; then
echo "Simulator server binary not found: $product_path"
echo ""
echo "Make sure to follow development setup instructions: https://ide.swmansion.com/docs/development"
echo "You can download the binary from the releases page on GitHub: https://github.com/software-mansion/react-native-ide/releases"
echo "You can download the binary from the releases page on GitHub: https://github.com/software-mansion/radon-ide/releases"
exit 1
fi

Expand Down
4 changes: 1 addition & 3 deletions packages/vscode-extension/src/utilities/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ export class Utils implements UtilsInterface {
}

async reportIssue() {
env.openExternal(
Uri.parse("https://github.com/software-mansion/react-native-ide/issues/new/choose")
);
env.openExternal(Uri.parse("https://github.com/software-mansion/radon-ide/issues/new/choose"));
}

public async openFileAt(filePath: string, line0Based: number, column0Based: number) {
Expand Down

0 comments on commit 294e7d1

Please sign in to comment.