From 70db28bbcfe0e6e4f4cddd5ceea176cb1aef8449 Mon Sep 17 00:00:00 2001 From: Mayank Jain Date: Tue, 3 Mar 2015 16:01:37 +0100 Subject: [PATCH] added links to docs pages in overview readme --- AUTHORS | 2 +- docs/en_us/internal/overview.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index f86290423a..37752d3404 100644 --- a/AUTHORS +++ b/AUTHORS @@ -198,4 +198,4 @@ Ahsan Ulhaq Mat Moore Muzaffar Yousaf Sylvain - +Mayank Jain diff --git a/docs/en_us/internal/overview.md b/docs/en_us/internal/overview.md index dc79b7ea67..c734552d44 100644 --- a/docs/en_us/internal/overview.md +++ b/docs/en_us/internal/overview.md @@ -6,13 +6,13 @@ This document explains the general structure of the edX platform, and defines so You should be familiar with the following. If you're not, go read some docs... - - python - - django + - [python](http://docs.python.org) + - [django](http://docs.djangoproject.com) - javascript - html, xml -- xpath, xslt - css - - git - - mako templates -- we use these instead of django templates, because they support embedding real python. + - [git](http://git-scm.com/documentation) + - [mako templates](http://www.makotemplates.org/docs) -- we use these instead of django templates, because they support embedding real python. ## Other relevant terms