aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2018-09-05 06:13:00 -0600
committerKenny Ballou <kballou@devnulllabs.io>2018-09-05 06:13:00 -0600
commitf6f782de2ec306fbac9f9935aec17d2fb19ba8a7 (patch)
tree3724400ec63d59b3e1b20e0ec5e4903a9b0b9559
parenta86169a8576eee6216f1447ee5e9a337ca6154bc (diff)
downloadblog.kennyballou.com-f6f782de2ec306fbac9f9935aec17d2fb19ba8a7.tar.gz
blog.kennyballou.com-f6f782de2ec306fbac9f9935aec17d2fb19ba8a7.tar.xz
fix broken links
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
-rw-r--r--posts/git-packfiles.org2
-rw-r--r--posts/spark.org2
-rw-r--r--posts/storm-vs-spark.org4
3 files changed, 4 insertions, 4 deletions
diff --git a/posts/git-packfiles.org b/posts/git-packfiles.org
index 9939df3..abf3227 100644
--- a/posts/git-packfiles.org
+++ b/posts/git-packfiles.org
@@ -6,7 +6,7 @@
#+DATE: 2017-03-01
#+SLUG: git-packfiles
#+LINK: git-scm https://git-scm.com/
-#+LINK: git-in-reverse https://kennyballou/blog/2016/01/git-in-reverse
+#+LINK: git-in-reverse https://kennyballou.com/blog/2016/01/git-in-reverse
#+LINK: udiff https://www.gnu.org/software/diffutils/manual/html_node/Unified-Format.html
#+LINK: git-show https://www.kernel.org/pub/software/scm/git/docs/git-show.html
#+LINK: git-diff https://www.kernel.org/pub/software/scm/git/docs/git-diff.html
diff --git a/posts/spark.org b/posts/spark.org
index 7ed0685..e48a0c9 100644
--- a/posts/spark.org
+++ b/posts/spark.org
@@ -9,7 +9,7 @@
#+TAGS: ZData Inc.
#+DATE: 2014-08-18
#+SLUG: real-time-streaming-apache-spark-streaming
-#+LINK: storm-and-kafka /blog/2014/07/real-time-streaming-storm-and-kafka/
+#+LINK: storm-and-kafka https://kennyballou.com/blog/2014/07/real-time-streaming-storm-and-kafka/
#+LINK: kafka https://kafka.apache.org/
#+LINK: spark https://spark.apache.org/
#+LINK: spark-sql https://spark.apache.org/sql/
diff --git a/posts/storm-vs-spark.org b/posts/storm-vs-spark.org
index 5a34f37..2ecc418 100644
--- a/posts/storm-vs-spark.org
+++ b/posts/storm-vs-spark.org
@@ -9,8 +9,8 @@
#+SLUG: apache-storm-and-apache-spark
#+LINK: storm https://storm.apache.org/
#+LINK: spark https://spark.apache.org/
-#+LINK: storm-post https://kennyballou/blog/2014/07/real-time-streaming-storm-and-kafka
-#+LINK: spark-post https://kennyballou/blog/2014/08/real-time-streaming-apache-spark-streaming
+#+LINK: storm-post https://kennyballou.com/blog/2014/07/real-time-streaming-storm-and-kafka
+#+LINK: spark-post https://kennyballou.com/blog/2014/08/real-time-streaming-apache-spark-streaming
#+LINK: kafka https://kafka.apache.org/
#+LINK: wiki-data-parallelism http://en.wikipedia.org/wiki/Data_parallelism
#+LINK: wiki-task-parallelism http://en.wikipedia.org/wiki/Task_parallelism