diff --git a/README.md b/README.md index 57af20a5..a34fbd8e 100644 --- a/README.md +++ b/README.md @@ -5,29 +5,31 @@ _Brought to you by [Sentry](https://sentry.io/welcome/) and contributors._ Open Source [is a restaurant](https://openpath.chadwhitacre.com/2024/open-source-is-a-restaurant/). Our companies feast at the table year after year. [Let's settle -up](https://osspledge.com/). +up](https://opensourcepledge.com/). ## Timeline -- **September 1**—website launch 👉 **[osspledge.com](https://osspledge.com/)** +- **September 1**—website launch 👉 + **[opensourcepledge.com](https://opensourcepledge.com/)** - **September 15**—member onboarding deadline to participate in a ... - **October 7–November 3**—major outdoor advertising campaign ## Onboarding -To help us build [Open Source Pledge](https://osspledge.com/), please [dive -into our issues](https://github.com/osspledge/osspledge.com/issues) or reach -out to the working group leads listed below either in issues or [on +To help us build [Open Source Pledge](https://opensourcepledge.com/), please +[dive into our +issues](https://github.com/opensourcepledge/opensourcepledge.com/issues) or +reach out to the working group leads listed below either in issues or [on Discord](https://discord.gg/v8vuSwky). ### Members The Pledge is [under active -development](https://github.com/osspledge/osspledge.com/issues/4). We aim to -publish a website by September 1, with instructions on how your company can -publish your Pledge report with us. In the mean time, **pay Open Source -maintainers**. The minimum to participate in the Pledge is $2,000 per year per -full-time developer on staff. +development](https://github.com/opensourcepledge/opensourcepledge.com/issues/4). +We aim to publish a website by September 1, with instructions on how your +company can publish your Pledge report with us. In the mean time, **pay Open +Source maintainers**. The minimum to participate in the Pledge is $2,000 per +year per full-time developer on staff. ### Maintainers @@ -50,7 +52,8 @@ platforms to receive funding from Open Source Pledge Members: ## Governance and Structure -We have four working groups and a steering committee comprised of working group leads. +We have four working groups and a steering committee comprised of working group +leads. | Working Group | Lead | | ------------------- | -------------------------------------------------------- | diff --git a/astro.config.mjs b/astro.config.mjs index 088f7c08..f34ea311 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,6 +5,6 @@ import sentry from "@sentry/astro"; // https://astro.build/config export default defineConfig({ - site: "https://osspledge.com", + site: "https://opensourcepledge.com", integrations: [tailwind(), sentry()], }); diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index e9ccd4a3..6fbe84d9 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -17,7 +17,7 @@ const { title } = Astro.props;