Skip to content

Commit

Permalink
Start to use newer 'codefori' everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Oct 5, 2023
1 parent c3291b9 commit d1618fc
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Description of change here.
* [ ] updated relevant documentation
* [ ] Remove any/all `console.log`s I added
* [ ] eslint is not complaining
* [ ] have added myself to the contributors' list in [CONTRIBUTING.md](https://github.com/halcyon-tech/vscode-ibmi/blob/master/CONTRIBUTING.md)
* [ ] have added myself to the contributors' list in [CONTRIBUTING.md](https://github.com/codefori/vscode-ibmi/blob/master/CONTRIBUTING.md)
* [ ] **for feature PRs**: PR only includes one feature enhancement.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.\n * [Download here.](https://github.com/halcyon-tech/vscode-ibmi/actions/runs/${{ github.run_id }})\n* [Read more about how to test](https://github.com/halcyon-tech/vscode-ibmi/blob/master/.github/pr_testing_template.md)'
body: '👋 A new build is available for this PR based on ${{ github.event.pull_request.head.sha }}.\n * [Download here.](https://github.com/codefori/vscode-ibmi/actions/runs/${{ github.run_id }})\n* [Read more about how to test](https://github.com/codefori/vscode-ibmi/blob/master/.github/pr_testing_template.md)'
})
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ If you are making a pull request which fixes a bug, adds a feature or changes do

If you want to help but you're unsure what to work on, here are two easy places to start:

* Check out the 'good first issue' tag [in our issues](https://github.com/halcyon-tech/vscode-ibmi/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
* See what improvements can be made to [our documentation](https://github.com/halcyon-tech/vscode-ibmi/tree/master/docs).
* Check out the 'good first issue' tag [in our issues](https://github.com/codefori/vscode-ibmi/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
* See what improvements can be made to [our documentation](https://github.com/codefori/vscode-ibmi/tree/master/docs).

# Previous contributors

Thanks so much to everyone [who has contributed](https://github.com/halcyon-tech/vscode-ibmi/graphs/contributors).
Thanks so much to everyone [who has contributed](https://github.com/codefori/vscode-ibmi/graphs/contributors).

* [@connorholyday](https://github.com/connorholyday)
* [@worksofliam](https://github.com/worksofliam)
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Code for IBM i

[GitHub star this repo 🌟](https://github.com/halcyon-tech/vscode-ibmi)
[GitHub star this repo 🌟](https://github.com/codefori/vscode-ibmi)

<img src="./icon.png" align="right">

Maintain your RPGLE, CL, COBOL, C/CPP on IBM i right from Visual Studio Code. Edit and compile all ILE languages, view errors inline, content assist for RPGLE and CL, source date support, and much more. Code for IBM i has hundreds of daily users and over 6000 downloads. We strive on being open-source so we can best support our community.

* [Install from Marketplace](https://marketplace.visualstudio.com/items?itemName=HalcyonTechLtd.code-for-ibmi) 💻
* [Watch some tutorials](https://www.youtube.com/playlist?list=PLNl31cqBafCp-ml8WqPeriHWLD1bkg7KL) 📺
* [View our documentation](https://halcyon-tech.github.io/docs/#/) 📘
* [See previous releases](https://github.com/halcyon-tech/vscode-ibmi/releases) 🔎
* [View our documentation](https://codefori.github.io/docs/#/) 📘
* [See previous releases](https://github.com/codefori/vscode-ibmi/releases) 🔎
* Build from source (see below!) 🔨
* [Use our IBM i API in your own extension](https://halcyon-tech.github.io/docs/#/pages/api/extending) 🛠
* [Use our IBM i API in your own extension](https://codefori.github.io/docs/#/pages/api/extending) 🛠

![https://marketplace.visualstudio.com/items?itemName=HalcyonTechLtd.code-for-ibmi](https://img.shields.io/visual-studio-marketplace/v/HalcyonTechLtd.code-for-ibmi?style=flat-square)
![https://marketplace.visualstudio.com/items?itemName=HalcyonTechLtd.code-for-ibmi](https://img.shields.io/visual-studio-marketplace/i/HalcyonTechLtd.code-for-ibmi?style=flat-square)
![](https://img.shields.io/visual-studio-marketplace/r/HalcyonTechLtd.code-for-ibmi?style=flat-square)
![](https://img.shields.io/github/contributors/halcyon-tech/vscode-ibmi?style=flat-square)
![](https://img.shields.io/github/issues-pr/halcyon-tech/vscode-ibmi?style=flat-square)
![https://github.com/halcyon-tech/vscode-ibmi/issues](https://img.shields.io/github/issues/halcyon-tech/vscode-ibmi?style=flat-square)
![](https://img.shields.io/github/contributors/codefori/vscode-ibmi?style=flat-square)
![](https://img.shields.io/github/issues-pr/codefori/vscode-ibmi?style=flat-square)
![https://github.com/codefori/vscode-ibmi/issues](https://img.shields.io/github/issues/codefori/vscode-ibmi?style=flat-square)

---

Expand All @@ -33,8 +33,8 @@ Maintain your RPGLE, CL, COBOL, C/CPP on IBM i right from Visual Studio Code. Ed

### Contributors

<a href="https://github.com/halcyon-tech/vscode-ibmi/graphs/contributors">
<img src="https://contrib.rocks/image?repo=halcyon-tech/vscode-ibmi" />
<a href="https://github.com/codefori/vscode-ibmi/graphs/contributors">
<img src="https://contrib.rocks/image?repo=codefori/vscode-ibmi" />
</a>

(Made with [contrib.rocks](https://contrib.rocks)).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
],
"author": {
"name": "Halcyon Tech Ltd",
"url": "https://github.com/halcyon-tech"
"url": "https://github.com/codefori"
},
"publisher": "halcyontechltd",
"repository": {
"url": "https://github.com/halcyon-tech/code-for-ibmi"
"url": "https://github.com/codefori/code-for-ibmi"
},
"license": "MIT",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions src/api/IBMi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default class IBMi {
}, `Read more`);

if (chosen === `Read more`) {
vscode.commands.executeCommand(`vscode.open`, `https://halcyon-tech.github.io/docs/#/pages/tips/setup`);
vscode.commands.executeCommand(`vscode.open`, `https://codefori.github.io/docs/#/pages/tips/setup`);
}

throw(`Shell config error, connection aborted.`);
Expand Down Expand Up @@ -485,7 +485,7 @@ export default class IBMi {
});
break;
case `Read more`:
vscode.env.openExternal(vscode.Uri.parse(`https://github.com/halcyon-tech/vscode-ibmi/issues/476#issuecomment-1018908018`));
vscode.env.openExternal(vscode.Uri.parse(`https://github.com/codefori/vscode-ibmi/issues/476#issuecomment-1018908018`));
break;
}
});
Expand Down Expand Up @@ -515,7 +515,7 @@ export default class IBMi {
});
break;
case `Read more`:
vscode.env.openExternal(vscode.Uri.parse(`https://github.com/halcyon-tech/vscode-ibmi/issues/476#issuecomment-1018908018`));
vscode.env.openExternal(vscode.Uri.parse(`https://github.com/codefori/vscode-ibmi/issues/476#issuecomment-1018908018`));
break;
}
});
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"deploy": "npm publish --access public"
},
"repository": {
"url": "https://github.com/halcyon-tech/vscode-ibmi"
"url": "https://github.com/codefori/vscode-ibmi"
},
"author": "halcyontech",
"license": "ISC"
Expand Down

0 comments on commit d1618fc

Please sign in to comment.