Skip to content

Commit a39d56f

Browse files
Merge pull request #1196 from mfranzke/chore-prevent-redirects
chore(links): prevent redirects both on internal as well as external URLs #1195
2 parents ad1d3ba + 735235d commit a39d56f

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
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.
88

9-
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/).
9+
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/).
1010

1111
[![Build Status](https://travis-ci.org/pattern-lab/patternlab-node.svg?branch=master)](https://travis-ci.org/pattern-lab/patternlab-node)
1212
![current release](https://img.shields.io/npm/v/@pattern-lab/core.svg)

packages/docs/src/_data/navigation.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"footerNav": [
4949
{
5050
"label": "Resources",
51-
"url": "/resources"
51+
"url": "/resources/"
5252
},
5353
{
5454
"label": "Updates",
55-
"url": "/updates"
55+
"url": "/updates/"
5656
},
5757
{
5858
"label": "Demos",
59-
"url": "/demos"
59+
"url": "/demos/"
6060
},
6161
{
6262
"label": "On Github",

packages/docs/src/_includes/layouts/home.njk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
<li class="c-tile-list__item">
1111
{% set styleModifier = 'c-tile--green' %}
1212
{% set title = 'Read the docs' %}
13-
{% set link = '/docs/installing-pattern-lab' %}
13+
{% set link = '/docs/installing-pattern-lab/' %}
1414
{% 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." %}
1515
{% include "components/tile.njk" %}
1616
</li>
1717
<li class="c-tile-list__item">
1818
{% set styleModifier = 'c-tile--orange' %}
1919
{% set title = 'Demos' %}
20-
{% set link = '/demos' %}
20+
{% set link = '/demos/' %}
2121
{% set description = "Demos of pattern starterkits for your project as well as a gallery of Pattern Lab projects in the wild" %}
2222
{% include "components/tile.njk" %}
2323
</li>
2424
<li class="c-tile-list__item">
2525
{% set styleModifier = 'c-tile--purple' %}
2626
{% set title = 'Resources' %}
27-
{% set link = '/resources' %}
27+
{% set link = '/resources/' %}
2828
{% set description = "Links to articles and resources around Pattern Lab and design systems" %}
2929
{% include "components/tile.njk" %}
3030
</li>
@@ -84,7 +84,7 @@
8484

8585
{% set styleModifier = 'c-tile--orange' %}
8686
{% set title = 'Open source and community driven' %}
87-
{% set link = '/support' %}
87+
{% set link = '/support/' %}
8888
{% 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." %}
8989
{% include "components/tile.njk" %}
9090

packages/docs/src/demos/pattern-lab-two-mustache-demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Pattern Lab 2 Mustache Demo
33
description: Pattern Lab 1 projects should work with minimal changes in Pattern Lab 2.
4-
url: http://demo.patternlab.io/
4+
url: https://demo.patternlab.io/
55
category: starterkit
66
tags:
77
- demo-PL2

packages/docs/src/docs/advanced-integration-with-grunt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ You should also be using `grunt-contrib-watch` to monitor changes to Pattern Lab
3838

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

41-
For more information, check out [this post about using Pattern Lab with Grunt](http://bradfrost.com/blog/post/using-grunt-with-pattern-lab/).
41+
For more information, check out [this post about using Pattern Lab with Grunt](https://bradfrost.com/blog/post/using-grunt-with-pattern-lab/).

packages/docs/src/resources.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ title: Resources
66
## Style guides and atomic design
77

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

1313
## Pattern Lab Examples
1414

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

3030
## Podcasts
3131

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

3535
## Presentations
3636

packages/edition-node-gulp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
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.
99

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

1212
## Packaged Components
1313

packages/edition-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
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.
99

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

1212
## Packaged Components
1313

0 commit comments

Comments
 (0)