Skip to content

Commit 4a6ca26

Browse files
Merge branch 'dev' into dev
2 parents 0bc5802 + 54f1bb4 commit 4a6ca26

File tree

38 files changed

+72
-72
lines changed

38 files changed

+72
-72
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Refer to the [core usage guidelines](https://github.com/pattern-lab/patternlab-n
2626

2727
### Installation
2828

29-
As of Pattern Lab Node 3.0.0, installation of [Editions](http://patternlab.io/docs/advanced-ecosystem-overview.html) is accomplished via the command line interface.
29+
As of Pattern Lab Node 3.0.0, installation of [Editions](https://patternlab.io/docs/overview-of-pattern-lab's-ecosystem/) is accomplished via the command line interface.
3030

3131
The below assumes a new directory and project is required. This is likely what you want to do if starting from scratch. You could also run this within an existing project. The CLI will ask you for the installation location.
3232

@@ -46,9 +46,9 @@ The below assumes a new directory and project is required. This is likely what y
4646

4747
## Ecosystem
4848

49-
![Pattern Lab Ecosystem](http://patternlab.io/assets/pattern-lab-2-image_18-large-opt.png)
49+
![Pattern Lab Ecosystem](https://patternlab.io/images/pattern-lab-2-image_18-large-opt.png)
5050

51-
Core, and Editions, are part of the [Pattern Lab Ecosystem](http://patternlab.io/docs/advanced-ecosystem-overview.html). With this architecture, we encourage people to write and maintain their own Editions, Starterkits, and even PatternEngines.
51+
Core, and Editions, are part of the [Pattern Lab Ecosystem](https://patternlab.io/docs/overview-of-pattern-lab's-ecosystem/). With this architecture, we encourage people to write and maintain their own Editions, Starterkits, and even PatternEngines.
5252
5353
## Changelog
5454

packages/core/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Pattern Lab Node Core
1212

13-
This is the core API and orchestrator of the [Pattern Lab ecosystem](http://patternlab.io/docs/advanced-ecosystem-overview.html).
13+
This is the core API and orchestrator of the [Pattern Lab ecosystem](https://patternlab.io/docs/overview-of-pattern-lab's-ecosystem/).
1414

1515
## Installation
1616

@@ -35,9 +35,9 @@ For users wanting a more pre-packaged experience several editions are available.
3535

3636
## Ecosystem
3737

38-
![Pattern Lab Ecosystem](http://patternlab.io/assets/pattern-lab-2-image_18-large-opt.png)
38+
![Pattern Lab Ecosystem](https://patternlab.io/images/pattern-lab-2-image_18-large-opt.png)
3939

40-
Core, and Editions, are part of the [Pattern Lab Ecosystem](http://patternlab.io/docs/advanced-ecosystem-overview.html). With this architecture, we encourage people to write and maintain their own Editions, Starterkits, and even PatternEngines.
40+
Core, and Editions, are part of the [Pattern Lab Ecosystem](https://patternlab.io/docs/overview-of-pattern-lab's-ecosystem/). With this architecture, we encourage people to write and maintain their own Editions, Starterkits, and even PatternEngines.
4141

4242
## Usage
4343

@@ -59,7 +59,7 @@ patternlab.serve({
5959
});
6060
```
6161

62-
* Read more about [configuration](http://patternlab.io/docs/advanced-config-options.html#node) via `patternlab-config.json`.
62+
* Read more about [configuration](https://patternlab.io/docs/editing-the-configuration-options/) via `patternlab-config.json`.
6363

6464
* Read more about the rest of [Public API](./docs), and already implemented for you within [Editions](#editions).
6565

packages/core/src/lib/loadPattern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function(relPath, patternlab) {
4848
'While Pattern Lab may still function, assets may 404 and frontend links may break. Consider yourself warned. '
4949
);
5050
logger.warning(
51-
'Read More: http://patternlab.io/docs/pattern-organization.html'
51+
'Read More: https://patternlab.io/docs/overview-of-patterns/'
5252
);
5353
logger.warning('');
5454
}

packages/core/test/engine_handlebars_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function testFindPartials(test, partialTests) {
6161

6262
// setup current pattern from what we would have during execution
6363
// docs on partial syntax are here:
64-
// http://patternlab.io/docs/pattern-including.html
64+
// https://patternlab.io/docs/including-patterns/
6565
var currentPattern = Pattern.create(
6666
'01-molecules/00-testing/00-test-mol.hbs', // relative path now
6767
null, // data

packages/core/test/engine_liquid_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function testFindPartials(test, partialTests) {
4949

5050
// setup current pattern from what we would have during execution
5151
// docs on partial syntax are here:
52-
// http://patternlab.io/docs/pattern-including.html
52+
// https://patternlab.io/docs/including-patterns/
5353
var currentPattern = Pattern.create(
5454
'01-molecules/00-testing/00-test-mol.liquid', // relative path now
5555
null, // data

packages/core/test/engine_mustache_tests.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function testFindPartials(test, partialTests) {
5050

5151
// setup current pattern from what we would have during execution
5252
// docs on partial syntax are here:
53-
// http://patternlab.io/docs/pattern-including.html
53+
// https://patternlab.io/docs/including-patterns/
5454
var currentPattern = Pattern.create(
5555
'01-molecules/00-testing/00-test-mol.mustache', // relative path now
5656
null, // data
@@ -76,7 +76,7 @@ function testFindPartialsWithStyleModifiers(test, partialTests) {
7676

7777
// setup current pattern from what we would have during execution
7878
// docs on partial syntax are here:
79-
// http://patternlab.io/docs/pattern-including.html
79+
// https://patternlab.io/docs/including-patterns/
8080
var currentPattern = Pattern.create(
8181
'01-molecules/00-testing/00-test-mol.mustache', // relative path now
8282
null, // data
@@ -102,7 +102,7 @@ function testFindPartialsWithPatternParameters(test, partialTests) {
102102

103103
// setup current pattern from what we would have during execution
104104
// docs on partial syntax are here:
105-
// http://patternlab.io/docs/pattern-including.html
105+
// https://patternlab.io/docs/including-patterns/
106106
var currentPattern = Pattern.create(
107107
'01-molecules/00-testing/00-test-mol.mustache', // relative path now
108108
null, // data

packages/core/test/engine_twig_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function testFindPartials(test, partialTests) {
4949

5050
// setup current pattern from what we would have during execution
5151
// docs on partial syntax are here:
52-
// http://patternlab.io/docs/pattern-including.html
52+
// https://patternlab.io/docs/including-patterns/
5353
var currentPattern = Pattern.create(
5454
'01-molecules/00-testing/00-test-mol.twig', // relative path now
5555
null, // data

packages/development-edition-engine-handlebars/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This Development Edition is a variant of [Edition Node](https://github.com/patte
99
* Develop the [Handlebars Engine](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars)
1010
* Build and test against Handlebars pattern tree
1111

12-
> Development Editions of Pattern Lab provide the ability to work on and commit changes to select packages within the overall Pattern Lab [ecosystem](http://patternlab.io/docs/advanced-ecosystem-overview.html). This Edition is NOT stable.
12+
> Development Editions of Pattern Lab provide the ability to work on and commit changes to select packages within the overall Pattern Lab [ecosystem](https://patternlab.io/docs/overview-of-pattern-lab's-ecosystem/). This Edition is NOT stable.
1313
1414

1515
## Working on Pattern Lab's UI Locally
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This is the default location to place meta files, otherwise known a pattern's header and footer.
22

3-
Pattern Lab builds each pattern while prepending and appending the header and footer. Read more about [pattern headers and footers](http://patternlab.io/docs/pattern-header-footer.html).
3+
Pattern Lab builds each pattern while prepending and appending the header and footer. Read more about [pattern headers and footers](https://patternlab.io/docs/modifying-the-pattern-header-and-footer/).
44

55
If you wish to rename this directory, make sure you update the `paths.source.meta` property within `patternlab-config.json`.

packages/development-edition-engine-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This Development Edition is a variant of [Edition Node Gulp](https://github.com/
1111

1212
If you'd like to help with the React Engine, please reference the [contribution guidelines](https://github.com/pattern-lab/patternlab-node/blob/master/.github/CONTRIBUTING.md).
1313

14-
> Development Editions of Pattern Lab provide the ability to work on and commit changes to select packages within the overall Pattern Lab [ecosystem](http://patternlab.io/docs/advanced-ecosystem-overview.html). This Edition is NOT stable.
14+
> Development Editions of Pattern Lab provide the ability to work on and commit changes to select packages within the overall Pattern Lab [ecosystem](https://patternlab.io/docs/overview-of-pattern-lab's-ecosystem/). This Edition is NOT stable.

0 commit comments

Comments
 (0)