From aa713d1dd917781d8cecd0704842bdc1d83b2d7e Mon Sep 17 00:00:00 2001 From: Pouja Date: Tue, 13 Sep 2016 19:06:02 +0200 Subject: [PATCH] docs(readme): fixed visual of browserstack link (#11552) Instead of using a variable for the link of browserstack it was using the direct https link. That caused to show the text and the link (incorrect markdown). Moved the https link to the bottom with the other link assignments. It will now only show the blue text with the link to the browserstack. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9cd518875..dc53faa01c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Downloads](http://img.shields.io/npm/dm/angular2.svg)](https://npmjs.org/package/angular2) [![Sauce Test Status](https://saucelabs.com/browser-matrix/angular2-ci.svg)](https://saucelabs.com/u/angular2-ci) -*Safari (7+), iOS (7+), Edge (14) and IE mobile (11) are tested on [BrowserStack][https://www.browserstack.com/].* +*Safari (7+), iOS (7+), Edge (14) and IE mobile (11) are tested on [BrowserStack][browserstack].* Angular ========= @@ -29,7 +29,7 @@ Angular 2 is currently in **Release Candidate**. Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for [contributing][contributing] and then check out one of our issues in the [hotlist: community-help](https://github.com/angular/angular/labels/hotlist%3A%20community-help). - +[browserstack]: https://www.browserstack.com/ [contributing]: http://github.com/angular/angular/blob/master/CONTRIBUTING.md [dart]: http://www.dartlang.org [dartium]: http://www.dartlang.org/tools/dartium