aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/_posts
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-05-25 18:31:17 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-05-25 18:31:17 -0300
commit05007f1011de8ea352ee23725ae46c51f5d67338 (patch)
tree2a3b044adfadf0caa5fcc4c3de84c2fe8baf97ef /site/src/main/jekyll/_posts
parentbcba7829a885813b0f67e396faf044cda14a798f (diff)
downloadKamon-05007f1011de8ea352ee23725ae46c51f5d67338.tar.gz
Kamon-05007f1011de8ea352ee23725ae46c51f5d67338.tar.bz2
Kamon-05007f1011de8ea352ee23725ae46c51f5d67338.zip
! site: introduce a navigation tree on documentation pages and reorder the site structure accordingly
Diffstat (limited to 'site/src/main/jekyll/_posts')
-rw-r--r--site/src/main/jekyll/_posts/2014-03-17-kamon-meets-the-world.md6
-rw-r--r--site/src/main/jekyll/_posts/2014-04-24-kamon-for-akka-2-3-is-now-available.md5
-rw-r--r--site/src/main/jekyll/_posts/2014-04-27-get-started-quicker-with-our-docker-image.md5
3 files changed, 11 insertions, 5 deletions
diff --git a/site/src/main/jekyll/_posts/2014-03-17-kamon-meets-the-world.md b/site/src/main/jekyll/_posts/2014-03-17-kamon-meets-the-world.md
index e8d76651..68b315b3 100644
--- a/site/src/main/jekyll/_posts/2014-03-17-kamon-meets-the-world.md
+++ b/site/src/main/jekyll/_posts/2014-03-17-kamon-meets-the-world.md
@@ -27,5 +27,7 @@ to be happy with it, we hope now that you can try Kamon and let us know what you
We are currently short on documentation, but feel free to ask anything you need through the mailing list! more docs are
on the oven.
-So, what are you waiting for? go and learn about [tracing in Kamon](/core/tracing/) and [get started](/get-started/)
-right now!
+So, what are you waiting for? go and learn about [tracing in Kamon] and [get started] right now!
+
+[tracing in Kamon]: /core/tracing/basics/
+[get started]: /introduction/get-started/ \ No newline at end of file
diff --git a/site/src/main/jekyll/_posts/2014-04-24-kamon-for-akka-2-3-is-now-available.md b/site/src/main/jekyll/_posts/2014-04-24-kamon-for-akka-2-3-is-now-available.md
index 29911f92..08b8638a 100644
--- a/site/src/main/jekyll/_posts/2014-04-24-kamon-for-akka-2-3-is-now-available.md
+++ b/site/src/main/jekyll/_posts/2014-04-24-kamon-for-akka-2-3-is-now-available.md
@@ -15,5 +15,6 @@ our releases will come in pairs and aligned with the following Akka versions:
* 0.2.x releases are compatible with Akka 2.2, Spray 1.2 and Play 2.2.
The 0.3.0/0.2.0 releases contain exactly the same feature set as our 0.0.15 release, we just made the necessary changes
-to make it compatible with Akka 2.3. If you were waiting for this release, then go and [get started](/get-started) right
-away! \ No newline at end of file
+to make it compatible with Akka 2.3. If you were waiting for this release, then go and [get started] right away!
+
+[get started]: /introduction/get-started/ \ No newline at end of file
diff --git a/site/src/main/jekyll/_posts/2014-04-27-get-started-quicker-with-our-docker-image.md b/site/src/main/jekyll/_posts/2014-04-27-get-started-quicker-with-our-docker-image.md
index f75628c6..853eb75a 100644
--- a/site/src/main/jekyll/_posts/2014-04-27-get-started-quicker-with-our-docker-image.md
+++ b/site/src/main/jekyll/_posts/2014-04-27-get-started-quicker-with-our-docker-image.md
@@ -8,7 +8,7 @@ tags: announcement
We are very excited to see people adopting Kamon as their monitoring tool for reactive applications and, of course, we
want to keep growing both in users base and features. According to our site metrics, the most visited section is the one
-describing our [StatsD module](/statsd/), that made us think, what can we do to make it easier for people to get started
+describing our [StatsD module], that made us think, what can we do to make it easier for people to get started
with Kamon and StatsD?, well, that's an easy question to answer: build a package containing all the required
infrastructure and plumping, and let the users just focus on what cares to them, their apps and their metrics. That's
why today we are publishing a Docker image with all that you need to get started in a few minutes!
@@ -54,3 +54,6 @@ purpose of making your life easier. This should give you an idea of how the dash
from one of our toy applications:
<img class="img-responsive" src="/assets/img/kamon-statsd-grafana.png">
+
+
+[StatsD module]: /backends/statsd/ \ No newline at end of file