Skip to content

Commit 48154a8

Browse files
committed
fix: eclipse-jkube GitHub reorganization
Signed-off-by: Marc Nuri <[email protected]>
1 parent 629282c commit 48154a8

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424
with:
2525
token: ${{ secrets.PAT_GITHUB }}
26-
repository: jkubeio/jkube-website-publish
26+
repository: eclipse-jkube/jkube-website-publish
2727
ref: main
2828
path: jkube-website-publish
2929
- name: Deploy

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Setup Node
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: '18.x'
2020
- name: Install

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ xdg-open http://localhost:8000/jkube
3737

3838
## Documentation generation
3939

40-
Documentation gets **statically** generated from https://github.com/eclipse/jkube asciidoc.
40+
Documentation gets **statically** generated from https://github.com/eclipse-jkube/jkube asciidoc.

gatsby-config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const config = {
2727
resolve: 'gatsby-source-git',
2828
options: {
2929
name: 'jkube',
30-
remote: 'https://github.com/eclipse/jkube.git',
30+
remote: 'https://github.com/eclipse-jkube/jkube.git',
3131
branch: `v${latestJKubeVersion}`,
3232
patterns: [
3333
'kubernetes-maven-plugin/doc/**/index.adoc',
@@ -40,7 +40,7 @@ const config = {
4040
resolve: 'gatsby-source-git',
4141
options: {
4242
name: 'jkube-master',
43-
remote: 'https://github.com/eclipse/jkube.git',
43+
remote: 'https://github.com/eclipse-jkube/jkube.git',
4444
branch: `master`,
4545
patterns: [
4646
'!*'

src/components/header.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ export const Header = ({locale}) => {
3131
<li>
3232
<a
3333
className={`${cClass}-stars`}
34-
href='https://github.com/eclipse/jkube' title='eclipse/jkube'
34+
href='https://github.com/eclipse-jkube/jkube' title='eclipse-jkube/jkube'
3535
target='_blank' rel='noopener'
3636
>
37-
<img src='https://img.shields.io/github/stars/eclipse/jkube?style=social' alt='eclipse/jkube stargazers' />
37+
<img src='https://img.shields.io/github/stars/eclipse-jkube/jkube?style=social' alt='eclipse-jkube/jkube stargazers' />
3838
</a>
3939
</li>
4040
</ul>

src/components/quickstarts/quickstart-list.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const QuickStartList = () => {
2525
<meta itemProp='name' content='Eclipse JKube' />
2626
<meta itemProp='applicationCategory' content='Developer Tools' />
2727
<meta itemProp='operatingSystem' content='Linux,Windows,OSX,Mac' />
28-
<meta itemProp='downloadUrl' content='https://github.com/eclipse/jkube' />
28+
<meta itemProp='downloadUrl' content='https://github.com/eclipse-jkube/jkube' />
2929
{nodes.map(node => (
3030
<li key={node.artifactId} className='eclipse-jkube__quickstarts-item'>
3131
<QuickStartCard

src/content/community/index.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ Do you want to get involved?
1818
## <i className="header__icon fas fa-life-ring"></i> Support
1919

2020
For any question, bug reporting, feature request, etc. please open a
21-
[GitHub issue](https://github.com/eclipse/jkube/issues/new) in our main repository.
21+
[GitHub issue](https://github.com/eclipse-jkube/jkube/issues/new) in our main repository.
2222

2323
## <i className="header__icon cib-gitter"></i> Public chat
2424

2525
If you need an answer right away, check the [Eclipse JKube Gitter](https://gitter.im/eclipse/jkube) channel.
26-
Community and team members are eager to help you out or point to helpful resources to solve your questions.
26+
Community and team members are eager to help you out or point to helpful resources to solve your questions.
2727

2828
## <i className="header__icon cib-twitter"></i> Twitter
2929

3030
For the latest news about Eclipse JKube, follow [@jkubeio on Twitter](https://twitter.com/jkubeio).
3131

32-
## <i className="header__icon cib-youtube"></i> YouTube
32+
## <i className="header__icon cib-youtube"></i> YouTube
3333

3434
Subscribe to our [YouTube channel](https://www.youtube.com/channel/UCpU2tjgpfkTVgeDq-DBSV7A) where you'll
3535
find Demos, links to conference talks, Sprint Reviews, etc.
@@ -46,7 +46,7 @@ Eclipse JKube.
4646

4747
## <i className="header__icon far fa-calendar-alt"></i> Planning and Meetings
4848

49-
Check our team's plans in Eclipse JKube's [projects](https://github.com/eclipse/jkube/projects) page.
49+
Check our team's plans in Eclipse JKube's [projects](https://github.com/eclipse-jkube/jkube/projects) page.
5050

5151
- Sprints last 3 weeks and are aligned with
5252
[Red Hat Developer Tools](https://developers.redhat.com/topics/developer-tools/) team calendar schedule.

src/content/contributing/index.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ This includes bug reports, fixes, documentation, examples... But first, please r
2121
### Legal
2222

2323
All original contributions to Eclipse JKube are licensed under the
24-
[Eclipse Public License - v2.0](https://github.com/eclipse/jkube/blob/master/LICENSE).
24+
[Eclipse Public License - v2.0](https://github.com/eclipse-jkube/jkube/blob/master/LICENSE).
2525

2626
The first step before submitting any pull request is singing an
2727
[Eclipse Contributor Agreement](https://accounts.eclipse.org/user/eca). To complete this step you'll need
2828
an [Eclipse account](https://accounts.eclipse.org/).
2929

3030
### Reporting an issue
3131

32-
Eclipse JKube uses [GitHub](https://github.com/eclipse/jkube/issues) to manage the issues.
33-
Please [open](https://github.com/eclipse/jkube/issues/new) an issue directly in GitHub.
32+
Eclipse JKube uses [GitHub](https://github.com/eclipse-jkube/jkube/issues) to manage the issues.
33+
Please [open](https://github.com/eclipse-jkube/jkube/issues/new) an issue directly in GitHub.
3434

3535
If you believe you found a bug (It's very likely you did), please open an issue
3636
indicating a way to reproduce it, what you are seeing and what you are expecting to see.
@@ -44,7 +44,7 @@ If you want your issue to be resolved quickly, please include in your issue:
4444

4545
### Before you contribute
4646

47-
To contribute use GitHub [pull requests](https://github.com/eclipse/jkube/pulls) from your **own** fork.
47+
To contribute use GitHub [pull requests](https://github.com/eclipse-jkube/jkube/pulls) from your **own** fork.
4848

4949
All commits must be [signed-off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff)
5050
by a user that has signed the

0 commit comments

Comments
 (0)