Skip to content

Commit

Permalink
fix: eclipse-jkube GitHub reorganization
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Apr 23, 2024
1 parent 629282c commit 48154a8
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.PAT_GITHUB }}
repository: jkubeio/jkube-website-publish
repository: eclipse-jkube/jkube-website-publish
ref: main
path: jkube-website-publish
- name: Deploy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ xdg-open http://localhost:8000/jkube

## Documentation generation

Documentation gets **statically** generated from https://github.com/eclipse/jkube asciidoc.
Documentation gets **statically** generated from https://github.com/eclipse-jkube/jkube asciidoc.
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config = {
resolve: 'gatsby-source-git',
options: {
name: 'jkube',
remote: 'https://github.com/eclipse/jkube.git',
remote: 'https://github.com/eclipse-jkube/jkube.git',
branch: `v${latestJKubeVersion}`,
patterns: [
'kubernetes-maven-plugin/doc/**/index.adoc',
Expand All @@ -40,7 +40,7 @@ const config = {
resolve: 'gatsby-source-git',
options: {
name: 'jkube-master',
remote: 'https://github.com/eclipse/jkube.git',
remote: 'https://github.com/eclipse-jkube/jkube.git',
branch: `master`,
patterns: [
'!*'
Expand Down
4 changes: 2 additions & 2 deletions src/components/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ export const Header = ({locale}) => {
<li>
<a
className={`${cClass}-stars`}
href='https://github.com/eclipse/jkube' title='eclipse/jkube'
href='https://github.com/eclipse-jkube/jkube' title='eclipse-jkube/jkube'
target='_blank' rel='noopener'
>
<img src='https://img.shields.io/github/stars/eclipse/jkube?style=social' alt='eclipse/jkube stargazers' />
<img src='https://img.shields.io/github/stars/eclipse-jkube/jkube?style=social' alt='eclipse-jkube/jkube stargazers' />
</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/components/quickstarts/quickstart-list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const QuickStartList = () => {
<meta itemProp='name' content='Eclipse JKube' />
<meta itemProp='applicationCategory' content='Developer Tools' />
<meta itemProp='operatingSystem' content='Linux,Windows,OSX,Mac' />
<meta itemProp='downloadUrl' content='https://github.com/eclipse/jkube' />
<meta itemProp='downloadUrl' content='https://github.com/eclipse-jkube/jkube' />
{nodes.map(node => (
<li key={node.artifactId} className='eclipse-jkube__quickstarts-item'>
<QuickStartCard
Expand Down
8 changes: 4 additions & 4 deletions src/content/community/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ Do you want to get involved?
## <i className="header__icon fas fa-life-ring"></i> Support

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

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

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

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

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

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

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

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

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

- Sprints last 3 weeks and are aligned with
[Red Hat Developer Tools](https://developers.redhat.com/topics/developer-tools/) team calendar schedule.
Expand Down
8 changes: 4 additions & 4 deletions src/content/contributing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ This includes bug reports, fixes, documentation, examples... But first, please r
### Legal

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

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

### Reporting an issue

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

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

### Before you contribute

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

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

0 comments on commit 48154a8

Please sign in to comment.