Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(links): prevent redirects both on internal as well as external URLs #1195 #1196

Merged
merged 8 commits into from
May 5, 2020
Merged
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This monorepo contains the core of Pattern Lab / Node and all related engines, UI kits, plugins and utilities. Pattern Lab helps you and your team build thoughtful, pattern-driven user interfaces using atomic design principles.

If you'd like to see what a front-end project built with Pattern Lab looks like, check out this [online demo of Pattern Lab output](http://demo.patternlab.io/).
If you'd like to see what a front-end project built with Pattern Lab looks like, check out this [online demo of Pattern Lab output](https://demo.patternlab.io/).

[![Build Status](https://travis-ci.org/pattern-lab/patternlab-node.svg?branch=master)](https://travis-ci.org/pattern-lab/patternlab-node)
![current release](https://img.shields.io/npm/v/@pattern-lab/core.svg)
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/src/_data/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"footerNav": [
{
"label": "Resources",
"url": "/resources"
"url": "/resources/"
},
{
"label": "Updates",
"url": "/updates"
"url": "/updates/"
},
{
"label": "Demos",
"url": "/demos"
"url": "/demos/"
},
{
"label": "On Github",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/src/_includes/layouts/home.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
<li class="c-tile-list__item">
{% set styleModifier = 'c-tile--green' %}
{% set title = 'Read the docs' %}
{% set link = '/docs/installing-pattern-lab' %}
{% set link = '/docs/installing-pattern-lab/' %}
{% set description = "Learn how to get up and running with Pattern Lab, work with patterns, design with dynamic data, and use Pattern Lab's advanced features." %}
{% include "components/tile.njk" %}
</li>
<li class="c-tile-list__item">
{% set styleModifier = 'c-tile--orange' %}
{% set title = 'Demos' %}
{% set link = '/demos' %}
{% set link = '/demos/' %}
{% set description = "Demos of pattern starterkits for your project as well as a gallery of Pattern Lab projects in the wild" %}
{% include "components/tile.njk" %}
</li>
<li class="c-tile-list__item">
{% set styleModifier = 'c-tile--purple' %}
{% set title = 'Resources' %}
{% set link = '/resources' %}
{% set link = '/resources/' %}
{% set description = "Links to articles and resources around Pattern Lab and design systems" %}
{% include "components/tile.njk" %}
</li>
Expand Down Expand Up @@ -84,7 +84,7 @@

{% set styleModifier = 'c-tile--orange' %}
{% set title = 'Open source and community driven' %}
{% set link = '/support' %}
{% set link = '/support/' %}
{% set description = "Pattern Lab is (and will always be) an open source project. Check out the project on <a href='https://github.com/pattern-lab/patternlab-node'>GitHub</a> and join the <a href='https://gitter.im/pattern-lab/home'>Pattern Lab Gitter community</a> for conversation and support." %}
{% include "components/tile.njk" %}

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/demos/pattern-lab-two-mustache-demo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Pattern Lab 2 Mustache Demo
description: Pattern Lab 1 projects should work with minimal changes in Pattern Lab 2.
url: http://demo.patternlab.io/
url: https://demo.patternlab.io/
category: starterkit
tags:
- demo-PL2
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/docs/advanced-integration-with-grunt.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ You should also be using `grunt-contrib-watch` to monitor changes to Pattern Lab

You might be able to use `livereload` as well but that hasn't been tested by us yet.

For more information, check out [this post about using Pattern Lab with Grunt](http://bradfrost.com/blog/post/using-grunt-with-pattern-lab/).
For more information, check out [this post about using Pattern Lab with Grunt](https://bradfrost.com/blog/post/using-grunt-with-pattern-lab/).
12 changes: 6 additions & 6 deletions packages/docs/src/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ title: Resources
## Style guides and atomic design

- [Styleguides.io](http://styleguides.io)
- [Atomic Design by Brad Frost](http://atomicdesign.bradfrost.com)
- [Atomic design article](http://bradfrost.com/blog/post/atomic-web-design/)
- [A new link](http://google.com)
- [Atomic Design by Brad Frost](https://atomicdesign.bradfrost.com/)
- [Atomic design article](https://bradfrost.com/blog/post/atomic-web-design/)
- [A new link](https://www.google.com/)

## Pattern Lab Examples

- [Pattern Lab Demo](http://demo.patternlab.io/)
- [Pattern Lab Demo](https://demo.patternlab.io/)
- [Frost Finery](http://patterns.frostfinery.com)
- [Pittsburgh Food Bank](http://foodbank.bradfrostweb.com/patternlab/v10/)
- [brianmuenzenmeyer.com](http://www.brianmuenzenmeyer.com/patternlab/public/)
Expand All @@ -29,8 +29,8 @@ title: Resources

## Podcasts

- [Dave Olsen talking Pattern Lab 2 on Non-Breaking Space Podcast](http://goodstuff.fm/nbsp/86)
- [Brian Muenzenmeyer talking Pattern Lab 2 on the MS DEV SHOW Podcast](http://msdevshow.com/2015/12/pattern-lab-with-brian-muenzenmeyer/)
- [Dave Olsen talking Pattern Lab 2 on Non-Breaking Space Podcast](https://goodstuff.fm/nbsp/86)
- [Brian Muenzenmeyer talking Pattern Lab 2 on the MS DEV SHOW Podcast](https://msdevshow.com/2015/12/pattern-lab-with-brian-muenzenmeyer/)

## Presentations

Expand Down
2 changes: 1 addition & 1 deletion packages/edition-node-gulp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

The Gulp wrapper around [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core)), the default PatternEngine, and supporting frontend assets.

[Online Demo of Pattern Lab Output](http://demo.patternlab.io/)
[Online Demo of Pattern Lab Output](https://demo.patternlab.io/)

## Packaged Components

Expand Down
2 changes: 1 addition & 1 deletion packages/edition-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

The pure wrapper around [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core), the default pattern engine, and supporting frontend assets.

[Online Demo of Pattern Lab Output](http://demo.patternlab.io/)
[Online Demo of Pattern Lab Output](https://demo.patternlab.io/)

## Packaged Components

Expand Down