Skip to content

Commit

Permalink
Move repo to warewulf org
Browse files Browse the repository at this point in the history
  • Loading branch information
brianclemens committed Jan 9, 2024
1 parent c38deba commit 64ccadc
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module.exports = {
siteMetadata: {
siteUrl: `https://hpcng.github.io/warewulf-web/`,
siteUrl: `https://warewulf.org`,
title: `Warewulf`,
description: `A stateless and diskless container operating system provisioning system for large clusters of bare metal and/or virtual systems.`,
author: `@ressonix`,
author: `@warewulf`,
},
plugins: [
`gatsby-plugin-react-helmet`,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"scripts": {
"build": "gatsby build",
"deploy": "gh-pages -t -d public -r [email protected]:hpcng/warewulf-web.git",
"deploy": "gh-pages -t -d public -r [email protected]:warewulf/warewulf.org.git",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Footer = () => {
</div>
))}
</nav>
<p className="mt-8 text-center text-base text-gray-500">&copy; 2021 HPCng. All rights reserved.</p>
<p className="mt-8 text-center text-base text-gray-500">&copy; 2023 Warewulf developers. All rights reserved.</p>
</div>
</footer>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Header({ siteTitle }) {
<ul className="flex items-center hidden space-x-8 lg:flex">
<li>
<Link
to="https://github.com/hpcng/warewulf"
to="https://github.com/warewulf/warewulf"
aria-label="GitHub"
title="GitHub"
className="text-gray-700 hover:text-green-500 transition-colors duration-200"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import Seo from "../components/seo"
const contacts = [
{
name: 'Project Leads',
email: 'warewulf-leads@hpcng.org',
email: 'leads@warewulf.org',
},
{
name: 'Web',
email: 'warewulf-web@hpcng.org',
email: 'web@warewulf.org',
},
{
name: 'Security',
email: 'warewulf-security@hpcng.org',
email: 'security@warewulf.org',
},
// More teams...
]
Expand Down
4 changes: 2 additions & 2 deletions src/pages/getting-started.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Seo from "../components/seo"
const gettingStartedLinks = [
{
name: 'GitHub Project',
href: 'https://github.com/hpcng/warewulf',
href: 'https://github.com/warewulf/warewulf',
description:
'Grab the latest stable release of Warewulf, submit issues, and contribute to the project at the official GitHub repository.',
icon: DownloadIcon,
Expand All @@ -25,7 +25,7 @@ const gettingStartedLinks = [
},
{
name: 'Binary Packages',
href: 'https://github.com/hpcng/warewulf/releases',
href: 'https://github.com/warewulf/warewulf/releases',
description:
'Warewulf Binary packages for Enterprise Linux and SUSE are available in the GitHub releases.',
icon: SupportIcon,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const HelpPage = () => (
</p>
</div>
<Link
to="https://github.com/hpcng/warewulf"
to="https://github.com/warewulf/warewulf"
aria-label="GitHub Repository"
className="inline-flex items-center font-semibold transition-colors duration-200 text-green-900 hover:text-green-700"
>
Expand Down
2 changes: 1 addition & 1 deletion src/posts/new-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ title: "New site is live!"

A big thank you to Michael Kinder (https://dotslash.studio/) for developing the new Warewulf website!

This website is hosted in GitHub (http://www.github.com/hpcng/warewulf-web), and we encourage updates and involvement from the community.
This website is hosted in GitHub (http://www.github.com/warewulf/warewulf.org), and we encourage updates and involvement from the community.

0 comments on commit 64ccadc

Please sign in to comment.