Converted remaining hrefs to markdown

This commit is contained in:
Oliver Davies 2015-03-18 21:16:06 +00:00
parent ef5c605335
commit 604cf84f9a
16 changed files with 42 additions and 42 deletions

View file

@ -12,7 +12,7 @@ tags:
---
In this tutorial I'll be showing how to create an [Omega](http://drupal.org/project/omega) subtheme using the [Omega Tools](http://drupal.org/project/omega_tools) module, and have it working with the [LESS CSS preprocessor](http://lesscss.org).
The first thing that I need to do is download the Omega theme and the Omega Tools and <a title="LESS module on drupal.org" href="http://drupal.org/project/less">LESS</a> modules, and then to enable both modules. I'm doing this using Drush, but you can of course do this via the admin interface at admin/modules.
The first thing that I need to do is download the Omega theme and the Omega Tools and [LESS](http://drupal.org/project/less "LESS module on drupal.org") modules, and then to enable both modules. I'm doing this using Drush, but you can of course do this via the admin interface at admin/modules.
$ drush dl less omega omega_tools;
$ drush en -y less omega_tools