From b1fbcdd69848799138817f53304d02b9e7fc3f9e Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Fri, 8 Nov 2019 04:33:42 -0800 Subject: [PATCH] DOC: Fixes link rendering --- docs/source/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index a54b12e6..10bdba93 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -172,7 +172,7 @@ possible (this is why repo2docker buildpacks largely build off of patterns that exist in the data analytics community). We try to perform due-diligence and search for other communities to leverage and help, but sometimes it makes the most sense to build our own new tool. In the case of repo2docker, we spent time integrating with a pre-existing -tool called [source2image](https://github.com/openshift/source-to-image). +tool called `source2image `_. This is an excellent open tool for containerization, but we ultimately decided that it did not fit the use-case we wanted to address. For more information, -[here's a short blog post about the decision and the reasoning behind it](https://github.com/yuvipanda/words/blob/fd096dd49d87e624acd8bdf6d13c0cecb930bb3f/content/post/why-not-s2i.md). +`here `_ is a short blog post about the decision and the reasoning behind it.