From dfbd114070b7eb7776b0cfcd851a6e4d79a0e696 Mon Sep 17 00:00:00 2001 From: hendr-ik Date: Tue, 28 Jan 2020 10:28:04 +0100 Subject: [PATCH] update links --- homepage/content/articles/0030-milestone-2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homepage/content/articles/0030-milestone-2.md b/homepage/content/articles/0030-milestone-2.md index 9c60109..905e4da 100644 --- a/homepage/content/articles/0030-milestone-2.md +++ b/homepage/content/articles/0030-milestone-2.md @@ -20,10 +20,10 @@ A first approach to one of our major features is implemented. Websites that embe [Learn more](https://analytics.offen.dev/){: target="_blank" data-button="yellow"} ### Accidental leaks dont expose data -We encrypt all event data before it leaves the browser. [Two types](#){: target="_blank"} of crypto implementations are used for this. This allows us to handle user data from both https and http-only sites securely. +We encrypt all event data before it leaves the browser. [Two types](https://github.com/offen/offen/pull/270){: target="_blank"} of crypto implementations are used for this. This allows us to handle user data from both https and http-only sites securely. ### What exactly happens on your website? -The insight into user behavior has been improved. Still, no sensitive user information is collected. We have added seven additional statistics like Average Page Depth as well as Landing and Exit Pages. Here you find an [overview of all added stats.](#){: target="_blank"} +The insight into user behavior has been improved. Still, no sensitive user information is collected. We have added seven additional statistics like Average Page Depth as well as Landing and Exit Pages. Here you find an [overview of all added stats.](https://github.com/offen/offen/pull/270){: target="_blank"} ### We are live The current state of *Offen runs on this domain.* You should have noticed our conset banner by now. Opted in? Head to the [Auditorium](https://analytics.offen.dev/auditorium/){: target="_blank"} to manage your data. If not, please have a look at our [Explainer.](https://analytics.offen.dev/){: target="_blank"} @@ -48,4 +48,4 @@ Currently, the way we store encryption keys securely on the client side does not ### Deep dive Interested in the details? Want to get your hands dirty? Head over to our GitHub repo. -[Open milestone 2 Pull Request](#){: target="_blank" data-button="black"} +[Open milestone 2 Pull Request](https://github.com/offen/offen/pull/270){: target="_blank" data-button="black"}