Skip to content

Commit

Permalink
fix: base url is now eclipse.dev/jkube
Browse files Browse the repository at this point in the history
Moved from eclipse.org/jkube
https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3069

Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Aug 7, 2023
1 parent 714c3d2 commit bdb9779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to www.eclipse.org/jkube
name: Deploy to www.eclipse.dev/jkube

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = {
siteMetadata: {
title: 'Eclipse JKube',
author: 'Eclipse JKube Development Team',
siteUrl: 'https://eclipse.org/jkube',
siteUrl: 'https://eclipse.dev/jkube',
},
pathPrefix: '/jkube',
plugins: [
Expand Down

0 comments on commit bdb9779

Please sign in to comment.