Skip to content

Commit

Permalink
Merge pull request #26 from opensourcepledge/vladh/rerename
Browse files Browse the repository at this point in the history
Change URL back to osspledge.com
  • Loading branch information
chadwhitacre authored Aug 3, 2024
2 parents 8cf7a56 + 1bec59e commit 4014139
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
opensourcepledge.com
osspledge.com
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ _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://opensourcepledge.com/).
up](https://osspledge.com/).

## Timeline

- **September 1**—website launch 👉
**[opensourcepledge.com](https://opensourcepledge.com/)**
**[osspledge.com](https://osspledge.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://opensourcepledge.com/), please
To help us build [Open Source Pledge](https://osspledge.com/), please
[dive into our
issues](https://github.com/opensourcepledge/opensourcepledge.com/issues) or
issues](https://github.com/opensourcepledge/osspledge.com/issues) or
reach out to the working group leads listed below either in issues or [on
Discord](https://discord.gg/svH5XzDsBd).

### Members

The Pledge is [under active
development](https://github.com/opensourcepledge/opensourcepledge.com/issues/4).
development](https://github.com/opensourcepledge/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
Expand Down
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import sentry from "@sentry/astro";

// https://astro.build/config
export default defineConfig({
site: "https://opensourcepledge.com",
site: "https://osspledge.com",
integrations: [tailwind(), sentry()],
});
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const { title } = Astro.props;
<script
is:inline
defer
data-domain="opensourcepledge.com"
data-domain="osspledge.com"
src="https://plausible.io/js/script.js"></script>
</head>
<body>
Expand Down

0 comments on commit 4014139

Please sign in to comment.