Skip to content

Commit dfb489e

Browse files
authored
chore: corrected some hyperlinks (#1403)
* chore: correcting brads homepage URL Brads old URL seems to have been conquered by some company … * chore: corrected Brians homepage URL to HTTPS * chore: switched to HTTPS URLs * chore: switched to HTTPS and removing www. subdomain as this is even also the current redirect target of this domain * chore: correcting this URL to its successor * chore: switched to HTTPS URLs * chore: correcting this URL to its successor * chore: switched to HTTPS and adding/removing www. subdomain as these are even also the current redirect targets of these URLs * chore: correcting these URLs to their successors and some code reformatting included, most likely because of prettier/pretty-quick * fix: correctly renamed this file
1 parent 97f1964 commit dfb489e

File tree

55 files changed

+168
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+168
-173
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ This ensures that any changes you've made will still result in a clean and funct
5050
5151
Formatting is automated via [Prettier](https://prettier.io/), setup to run on precommit. We suggest [editor integration](https://prettier.io/docs/en/editors.html) for this and for eslint. Prettier is further configured within `.prettierrc`. Eslint validates syntax and usage that Prettier doesn't handle. Configuration for both is found within the `.eslintrc.js` file.
5252
53-
The `.editorconfig` controls spaces / tabs within supported editors. Check out their [site](http://editorconfig.org/).
53+
The `.editorconfig` controls spaces / tabs within supported editors. Check out their [site](https://editorconfig.org/).
5454
5555
## Tests
5656
57-
Add unit and integration tests if you can. It's always nice if our code coverage improves bit by bit (literally!). We are using [Node Tap](http://www.node-tap.org/) as test framework and [Rewire](https://github.com/jhnns/rewire) for mocking things like file system access.
57+
Add unit and integration tests if you can. It's always nice if our code coverage improves bit by bit (literally!). We are using [Node Tap](https://node-tap.org/) as test framework and [Rewire](https://github.com/jhnns/rewire) for mocking things like file system access.
5858
5959
## Branching Scheme
6060

.github/gitgraph/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Generating a new graph
22
======================
33

4-
This folder uses http://gitgraphjs.com/ for generating the git graph model.
4+
This folder uses https://www.nicoespeon.com/gitgraph.js for generating the git graph model.
55

6-
1. Change `patternlab-flow.js` to your needs according to the documentation on http://gitgraphjs.com/
6+
1. Change `patternlab-flow.js` to your needs according to the documentation on https://www.nicoespeon.com/gitgraph.js
77
2. Open branching-scheme.html in browse, right click the graph and "Save as...".
88
3. Overwrite `/.github/branching-scheme.png`

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
4040

4141
## Attribution
4242

43-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version]
4444

45-
[homepage]: http://contributor-covenant.org
46-
[version]: http://contributor-covenant.org/version/1/4/
45+
[homepage]: https://contributor-covenant.org
46+
[version]: https://contributor-covenant.org/version/1/4/

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Brian Muenzenmeyer, https://brianmuenzenmeyer.com & Brad Frost, https://bradfrost.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

packages/cli/.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

packages/core/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Brian Muenzenmeyer, https://brianmuenzenmeyer.com & Brad Frost, https://bradfrost.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The Pattern Lab Node team uses [our gitter.im channel, pattern-lab/node](https:/
112112

113113
There is also a dedicated Pattern Lab channel on the [design system slack](http://designsystems.herokuapp.com) run by [@jina](https://twitter.com/jina).
114114

115-
Ask or answer Pattern Lab questions on Stack Overflow: http://stackoverflow.com/questions/tagged/patternlab.io
115+
Ask or answer Pattern Lab questions on Stack Overflow: https://stackoverflow.com/questions/tagged/patternlab.io
116116

117117
## License
118118

packages/core/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ Reloads CSS on any active live-server instances
184184

185185
* * *
186186

187-
[Pattern Lab](http://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)
187+
[Pattern Lab](https://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)

packages/core/docs/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ Invoked when a pattern changes.
156156

157157
---
158158

159-
[Pattern Lab](http://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)
159+
[Pattern Lab](https://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)

packages/core/scripts/api.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ const patternlab = require('@pattern-lab/core')(config);
1717

1818
* * *
1919

20-
[Pattern Lab](http://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)
20+
[Pattern Lab](https://patternlab.io) Node is [MIT Licensed](https://github.com/pattern-lab/patternlab-node/blob/master/LICENSE)

0 commit comments

Comments
 (0)