From 4dca3f9b24312db7ff6a6d678fe3373997563f0b Mon Sep 17 00:00:00 2001 From: Ryan Smith <1578766+ryan3E0@users.noreply.github.com> Date: Thu, 12 Dec 2019 14:36:45 -0500 Subject: [PATCH] Fix Technical Overview links [ci skip] (#5084) --- docs/technical-overview/readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/technical-overview/readme.md b/docs/technical-overview/readme.md index e834da0f7..47c13ad6a 100644 --- a/docs/technical-overview/readme.md +++ b/docs/technical-overview/readme.md @@ -8,7 +8,10 @@ items: We are a [Ruby on Rails](https://rubyonrails.org) web application. -Our [stack](stack.md) is composed of many tools and services. +Our [stack][stack] is composed of many tools and services. You can read more about our architecture and app's concepts here: [A few -high-level things to know](/architecture). +high-level things to know][architecture]. + +[stack]: /technical-overview/stack +[architecture]: /technical-overview/architecture