Skip to content

Commit c18ed16

Browse files
committed
Update repository URL
Related to c295ef0.
1 parent 7e5890c commit c18ed16

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Before filing issues, please check the following points first:
22

33
- [ ] Please don't open issues for security issues. Instead, file a report at https://www.npmjs.com/advisories/report?package=handlebars
4-
- [ ] Have a look at https://github.com/wycats/handlebars.js/blob/master/CONTRIBUTING.md
5-
- [ ] Read the FAQ at https://github.com/wycats/handlebars.js/blob/master/FAQ.md
4+
- [ ] Have a look at https://github.com/handlebars-lang/handlebars.js/blob/master/CONTRIBUTING.md
5+
- [ ] Read the FAQ at https://github.com/handlebars-lang/handlebars.js/blob/master/FAQ.md
66
- [ ] Use the jsfiddle-template at https://jsfiddle.net/4nbwjaqz/4/ to reproduce problems or bugs
77

88
This will probably help you to get a solution faster.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Before creating a pull-request, please check https://github.com/wycats/handlebars.js/blob/master/CONTRIBUTING.md first.
1+
Before creating a pull-request, please check https://github.com/handlebars-lang/handlebars.js/blob/master/CONTRIBUTING.md first.
22

33
Generally we like to see pull requests that
44

docs/decorators-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Decorators
22

3-
**Decorators are deprecated, please join the discussion at [#1574](https://github.com/wycats/handlebars.js/issues/1574) to see what we can do about it.**
3+
**Decorators are deprecated, please join the discussion at [#1574](https://github.com/handlebars-lang/handlebars.js/issues/1574) to see what we can do about it.**
44

55
Decorators allow for blocks to be annotated with metadata or wrapped in functionality prior to execution of the block. This may be used to communicate with the containing helper or to set up a particular state in the system prior to running the block.
66

lib/handlebars/internal/wrapHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export function wrapHelper(helper, transformOptionsFn) {
22
if (typeof helper !== 'function') {
3-
// This should not happen, but apparently it does in https://github.com/wycats/handlebars.js/issues/1639
3+
// This should not happen, but apparently it does in https://github.com/handlebars-lang/handlebars.js/issues/1639
44
// We try to make the wrapper least-invasive by not wrapping it, if the helper is not a function.
55
return helper;
66
}

release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ We consider it more important to resolve a major security issue than to maintain
381381

382382
- Error message for syntax error missing location in 4.2.1+ (#1562)
383383

384-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.2.2)
384+
[Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.2.1...v4.2.2)
385385

386386
## v4.2.1 - September 20th, 2019
387387

0 commit comments

Comments
 (0)