From eb667625ad559f4199b471761abd3bdf7dece8eb Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 20 Sep 2017 14:58:44 +0200 Subject: [PATCH 1/2] relaxed: readme: link to plaintext diff instead of commit compare --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84c9a590..aa74b08b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A [user.js](http://kb.mozillazine.org/User.js_file) configuration file for [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/new/) designed to harden browser settings and make it more secure. -**This a relaxed variant. [Differences with the original hardened version](https://github.com/pyllyukko/user.js/compare/relaxed)** +**This a relaxed variant. [Differences with the original hardened version](https://github.com/pyllyukko/user.js/compare/relaxed#files_bucket)** [![Build Status](https://travis-ci.org/pyllyukko/user.js.svg?branch=relaxed)](https://travis-ci.org/pyllyukko/user.js) From 21676804fc8d13fb1e1cca506f677b118bd45a38 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 20 Sep 2017 15:00:55 +0200 Subject: [PATCH 2/2] relaxed: readme: update download links to relaxed branch Ref #338 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa74b08b..8d8482d3 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ There are several parts to all this and they are: Different download methods are available: - * Clone using git: `git clone https://github.com/pyllyukko/user.js` - * Download and extract the [ZIP file](https://github.com/pyllyukko/user.js/archive/master.zip) containing the latest version. - * Download the latest `user.js` [directly](https://raw.githubusercontent.com/pyllyukko/user.js/master/user.js) + * Clone using git: `git clone -b relaxed https://github.com/pyllyukko/user.js` + * Download and extract the [ZIP file](https://github.com/pyllyukko/user.js/archive/relaxed.zip) containing the latest version. + * Download the latest `user.js` [directly](https://raw.githubusercontent.com/pyllyukko/user.js/relaxed/user.js) ## Installation