Skip to content

Commit aa47be4

Browse files
author
Maximilian Franzke
committed
chore(docs): switched to HTTPS URLs for the links
1 parent 393d97a commit aa47be4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ coverage
1717
# nyc test coverage
1818
.nyc_output
1919

20-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
20+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2121
.grunt
2222

2323
# node-waf configuration
2424
.lock-wscript
2525

26-
# Compiled binary addons (http://nodejs.org/api/addons.html)
26+
# Compiled binary addons (https://nodejs.org/api/addons.html)
2727
build/Release
2828

2929
# Dependency directories

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The UI Extension plugin allows users to customize the Pattern Lab frontend style
1010

1111
## Installation
1212

13-
To add the UI Extension Plugin to your project using [npm](http://npmjs.com/) type:
13+
To add the UI Extension Plugin to your project using [npm](https://www.npmjs.com/) type:
1414

1515
npm install plugin-node-uiextension --save
1616

@@ -54,9 +54,9 @@ Note the defaulted `pattern-scaffolding.css` file, which is relative to the inst
5454

5555
> At this time, loading external CSS is not supported.
5656
57-
This file is already responsible for meta-styling of your patterns, and is usually only scoped to the viewer `<iframe/>`. With this default, you now have a useful CSS file for altering both the Pattern Lab UI inside the ish `<iframe/>` as well as the main frontend. You can use a [mockup of Pattern Lab on Codepen](http://codepen.io/bmuenzenmeyer/pen/791da488b2a73909a58eacf801af83d4) to alter the look and feel, and then export or append the **compiled css** back into `pattern-scaffolding.css`.
57+
This file is already responsible for meta-styling of your patterns, and is usually only scoped to the viewer `<iframe/>`. With this default, you now have a useful CSS file for altering both the Pattern Lab UI inside the ish `<iframe/>` as well as the main frontend. You can use a [mockup of Pattern Lab on Codepen](https://codepen.io/bmuenzenmeyer/pen/zNmmez) to alter the look and feel, and then export or append the **compiled css** back into `pattern-scaffolding.css`.
5858

59-
Here's a [Pattern Lab light theme](http://codepen.io/bmuenzenmeyer/pen/813a628ae7185fed6137cc2498e74df5) quickly created using the CodePen above.
59+
Here's a [Pattern Lab light theme](https://codepen.io/bmuenzenmeyer/pen/RKqBqX) quickly created using the CodePen above.
6060

6161
This is also a good way to build [custom pattern states](https://patternlab.io/docs/using-pattern-states/#heading-adding-customized-states) and have their colors represented on the UI.
6262

@@ -70,11 +70,11 @@ For example, adding the following snippet:
7070
...
7171
"navLinks": {
7272
"before": [
73-
{ "text": "Voice and Tone", "url": "http://example.com/writing-guide", "class": ""}
73+
{ "text": "Voice and Tone", "url": "https://example.com/writing-guide", "class": ""}
7474
],
7575
"after": [
76-
{ "text": "Contribute", "url": "http://example.com/contribute", "class": ""},
77-
{ "text": "Downloads", "url": "http://example.com/resources", "class": ""}
76+
{ "text": "Contribute", "url": "https://example.com/contribute", "class": ""},
77+
{ "text": "Downloads", "url": "https://example.com/resources", "class": ""}
7878
]
7979
},
8080
...

0 commit comments

Comments
 (0)