From 0d8aec0eb1580e3a8e6f3aeaf633e6937b14fdcd Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 21 May 2019 23:36:58 -0400 Subject: [PATCH] fill in a couple links --- doc/user_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user_guide.md b/doc/user_guide.md index cbeebcc..2689162 100644 --- a/doc/user_guide.md +++ b/doc/user_guide.md @@ -22,7 +22,7 @@ Along the way, Rscons provides a concise syntax for specifying common types of build operations, but also provides an extensible framework for performing custom build operations as well. -Rscons is written in Ruby, and is inspired by SCons and waf. +Rscons is written in Ruby, and is inspired by [SCons](https://scons.org/) and [waf](https://waf.io/). ## Design Principles @@ -79,7 +79,7 @@ Rscons is designed to be distributed as a stand-alone single file script that can be copied into and versioned in a project's source tree. The only dependency required to run Rscons is to have a Ruby interpreter installed. -The latest release can be downloaded from [TODO]. +The latest release can be downloaded from [https://github.com/holtrop/rscons/releases](https://github.com/holtrop/rscons/releases). Simply copy the `rscons` executable script into the desired location within the project to be built (typically the root of the repository).