diff --git a/homepage/content/articles/0030-milestone-2.md b/homepage/content/articles/0030-milestone-2.md index ebe15f0..c465771 100644 --- a/homepage/content/articles/0030-milestone-2.md +++ b/homepage/content/articles/0030-milestone-2.md @@ -36,7 +36,7 @@ Whether you are a developer that want to contribute or a website operator that w [Download demo](https://github.com/offen/offen/releases/download/v0.1.0-alpha.2/offen-v0.1.0-alpha.2.tar.gz){: data-button="yellow"} ### Feeling adventurous? -Offen is under active development but with the introduction of the user consent banner has become usable for the general public. If you are brave enough you can use our [very first alpha release](https://github.com/offen/offen/releases/tag/v0.1.0-alpha.2){: target="_blank"} in a production environment. +Offen is under active development but with the introduction of the user consent banner has become usable for the general public. If you are brave enough you can use our [latest alpha release](https://github.com/offen/offen/releases/latest/){: target="_blank"} in a production environment. ### We need to talk about Safari Currently, the way we store encryption keys securely on the client side does not work in Apple's Safari browser. Fortunately, our improved opt-in flow will allow us to resume Safari support in milestone 3. Please bear with us until then. diff --git a/homepage/pelicanconf.py b/homepage/pelicanconf.py index 050cefc..3afd213 100644 --- a/homepage/pelicanconf.py +++ b/homepage/pelicanconf.py @@ -70,7 +70,7 @@ GPG_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc' PATREON_URL = 'https://www.patreon.com/offen' LINKEDIN_URL = 'https://www.linkedin.com/company/hioffen' TWITTER_URL = 'https://twitter.com/hioffen' -RELEASE_URL = 'https://github.com/offen/offen/releases/tag/v0.1.0-alpha.2' +RELEASE_URL = 'https://github.com/offen/offen/releases/latest/' RELEASE_DIRECT_URL = 'https://github.com/offen/offen/releases/download/v0.1.0-alpha.2/offen-v0.1.0-alpha.2.tar.gz' OFFEN_ACCOUNT_ID = os.environ.get('OFFEN_ACCOUNT_ID', None) diff --git a/homepage/theme/templates/getstarted.html b/homepage/theme/templates/getstarted.html index 20b417d..0aae636 100644 --- a/homepage/theme/templates/getstarted.html +++ b/homepage/theme/templates/getstarted.html @@ -11,7 +11,7 @@ Our alpha release

- Offen is in active development. Do something brave and test our very first alpha release today. It’s free and always will be. + Offen is in active development. Do something brave and test our latest alpha release today. It’s free and always will be.

diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index 716cc36..c759d30 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -103,7 +103,7 @@ Our alpha release

- Offen is in active development. Do something brave and test our very first alpha release today. It’s free and always will be. + Offen is in active development. Do something brave and test our latest alpha release today. It’s free and always will be.