From 20f373deb0e26f6600f1aa9dec98fe4d0b54e3d5 Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues Date: Sat, 31 Mar 2018 23:40:55 +0100 Subject: [PATCH] feat(core): Improve links in home view (#1947) This PR does the following: - When possible, use the https version of the urls - Removed one dead SO link regarding Express - Added `rel="noopener"` in links using `target="_blank"` More info about the use of `rel="noopener"` for security reasons: https://developers.google.com/web/tools/lighthouse/audits/noopener https://mathiasbynens.github.io/rel-noopener/ Please enter the commit message for your changes. Lines starting --- .../core/client/views/home.client.view.html | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/core/client/views/home.client.view.html b/modules/core/client/views/home.client.view.html index 5d64ed350c..3509f0500f 100644 --- a/modules/core/client/views/home.client.view.html +++ b/modules/core/client/views/home.client.view.html @@ -13,7 +13,7 @@

- Learn more + Learn more

@@ -44,19 +44,19 @@

Congrats! You've configured and run the sample application.

MongoDB

-

MongoDB is a NoSQL database. MongoDB's great manual is the place to get started with NoSQL and MongoDB.

+

MongoDB is a NoSQL database. MongoDB's great manual is the place to get started with NoSQL and MongoDB.

Express

-

Express is a NodeJS server-side application web framework. Check out The ExpressJS API reference for more information or StackOverflow for more info.

+

Express is a NodeJS server-side application web framework. Check out The ExpressJS API reference for more information.

AngularJS

-

AngularJS is client-side web application framework. The Thinkster Popular Guide and Egghead Videos are great resources.

+

AngularJS is client-side web application framework. The Thinkster Popular Guide and Egghead Videos are great resources.

Node.js

-

Node.js is a JavaScript run-time, popular for being a web server platform. Node's website and this stackOverflow thread offer excellent starting points to get to grasps with node.

+

Node.js is a JavaScript run-time, popular for being a web server platform. Node's website and this stackOverflow thread offer excellent starting points to get to grasps with node.

@@ -64,17 +64,17 @@

MEAN.JS Documentation

Once you're familiar with the foundation technology, check out the MEAN.JS Documentation: