Skip to content

Commit f560a13

Browse files
Update repo URL
wildbit -> activecampaign
1 parent bb455e5 commit f560a13

File tree

6 files changed

+41
-41
lines changed

6 files changed

+41
-41
lines changed

CONTRIBUTING.MD

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ These guidelines are here so we can all be on the same page. They also help ensu
66

77
## What types of contributions help?
88

9-
MailMason is an open source project, and we love to receive contributions from our community — you! There are many ways to contribute, from writing tutorials or blog posts, improving [the documentation](https://github.com/wildbit/mailmason/wiki), submitting [bug reports and feature requests](https://github.com/wildbit/mailmason/issues), or writing code which can be incorporated into MailMason itself.
9+
MailMason is an open source project, and we love to receive contributions from our community — you! There are many ways to contribute, from writing tutorials or blog posts, improving [the documentation](https://github.com/activecampaign/mailmason/wiki), submitting [bug reports and feature requests](https://github.com/activecampaign/mailmason/issues), or writing code which can be incorporated into MailMason itself.
1010

1111
## Sources for Support
1212

@@ -26,8 +26,8 @@ Building and testing highly compatible HTML emails is difficult no matter how yo
2626
### Technical and procedural considerations
2727

2828
* Ensure compatibility across email clients for every change that's accepted. We recommend [Litmus](https://litmus.com)
29-
* Ensure that code that goes into core meets all requirements in this checklist:
30-
* Create [issues](https://github.com/wildbit/mailmason/issues) for any major changes and enhancements that you wish to make. Discuss things transparently and get community feedback.
29+
* Ensure that code that goes into core meets all requirements in this checklist:
30+
* Create [issues](https://github.com/activecampaign/mailmason/issues) for any major changes and enhancements that you wish to make. Discuss things transparently and get community feedback.
3131
* Before adding new templates, start out with a feature request issue. We may already have some underway.
3232
* Keep pull requests as atomic as possible, preferably one new feature per pull request.
3333
* Be welcoming to newcomers and encourage diverse new contributors from all backgrounds. See the [Code of Conduct](http://wildbit.com/open-source-code-of-conduct).
@@ -36,8 +36,8 @@ Building and testing highly compatible HTML emails is difficult no matter how yo
3636

3737
Unsure where to begin contributing to MailMason? You can start by looking through these beginner and help-wanted issues:
3838

39-
* [Beginner issues](https://github.com/wildbit/mailmason/labels/beginner) - issues which should only require a few lines of code, and a little testing.
40-
* [Help wanted issues](https://github.com/wildbit/mailmason/labels/help%20wanted) - issues which should be a bit more involved than beginner issues.
39+
* [Beginner issues](https://github.com/activecampaign/mailmason/labels/beginner) - issues which should only require a few lines of code, and a little testing.
40+
* [Help wanted issues](https://github.com/activecampaign/mailmason/labels/help%20wanted) - issues which should be a bit more involved than beginner issues.
4141

4242
Both issue lists are sorted by total number of comments. While not perfect, number of comments is a reasonable proxy for impact a given change will have.
4343

@@ -48,7 +48,7 @@ At this point, you're ready to make your changes! Feel free to ask for help; eve
4848
## Getting started
4949

5050
1. Create your own fork of the code
51-
2. Setup your local environment by following [the instructions in the Wiki](https://github.com/wildbit/mailmason/wiki/Getting-Started).
51+
2. Setup your local environment by following [the instructions in the Wiki](https://github.com/activecampaign/mailmason/wiki/Getting-Started).
5252
3. Make some great changes in your fork
5353
4. Submit a pull request with a detailed explanation of the change and reasoning.
5454

@@ -83,7 +83,7 @@ While we don't have an active roadmap, we do have plans to add new templates. Wh
8383

8484
* Simple Alert Notification
8585
* Charge Failure
86-
* Dunning & Expired Credit Card
86+
* Dunning & Expired Credit Card
8787
* Account Updated
8888
* Cart Abandonment
8989
* Order Confirmation

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ module.exports = function(grunt) {
332332

333333
/* Spamcheck
334334
Sends all of our HTML files through Postmark’s spamcheck API.
335-
See: https://github.com/wildbit/grunt-spamcheck
335+
See: https://github.com/activecampaign/grunt-spamcheck
336336
------------------------------------------------- */
337337

338338
spamcheck: {
@@ -343,7 +343,7 @@ module.exports = function(grunt) {
343343

344344
/* Postmark
345345
Sends test emails through Postmark. Add and remove template targets as needed.
346-
See: https://github.com/wildbit/grunt-postmark
346+
See: https://github.com/activecampaign/grunt-postmark
347347
------------------------------------------------- */
348348

349349
postmark: {

README.md

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

1111
With MailMason, you can use Grunt tasks, Handlebars, and SASS to streamline building a consistent set of transactional email templates using layouts and partials to reduce redundancy and create both the HTML and plain text versions of your transactional emails in one fell swoop.
1212

13-
By default, the generated templates use [Mustachio](https://github.com/wildbit/mustachio) for the variable placeholders so that you can easily use them as [Postmark](https://postmarkapp.com) templates. However, the Mustachio pieces are only placeholders, and the generated templates could easily be adapted to work with any email provider.
13+
By default, the generated templates use [Mustachio](https://github.com/activecampaign/mustachio) for the variable placeholders so that you can easily use them as [Postmark](https://postmarkapp.com) templates. However, the Mustachio pieces are only placeholders, and the generated templates could easily be adapted to work with any email provider.
1414

1515
## What does it do for you?
1616

@@ -27,35 +27,35 @@ By default, the generated templates use [Mustachio](https://github.com/wildbit/m
2727

2828
## Interested in contributing?
2929

30-
Read through our [guidelines for contributing](https://github.com/wildbit/mailmason/blob/template_updates/CONTRIBUTING.MD) to help make contributions quick and easy.
30+
Read through our [guidelines for contributing](https://github.com/activecampaign/mailmason/blob/template_updates/CONTRIBUTING.MD) to help make contributions quick and easy.
3131

3232
## Visit the wiki for documentation and usage
3333

34-
If you need help getting started or using MailMason, make sure to check out the [MailMason wiki](https://github.com/wildbit/mailmason/wiki).
35-
36-
* [About](https://github.com/wildbit/mailmason/wiki/About)
37-
* [What can it do?](https://github.com/wildbit/mailmason/wiki/About#what-can-it-do)
38-
* [What templates are included?](https://github.com/wildbit/mailmason/wiki/About#what-templates-are-included)
39-
* [Getting Started](https://github.com/wildbit/mailmason/wiki/Getting-Started)
40-
* [Setup](https://github.com/wildbit/mailmason/wiki/Getting-Started#setup)
41-
* [Configuration](https://github.com/wildbit/mailmason/wiki/Getting-Started#configuration)
42-
* [Secrets.json](https://github.com/wildbit/mailmason/wiki/Getting-Started#secretsjson)
43-
* [Config.json](https://github.com/wildbit/mailmason/wiki/Getting-Started#secretsjson)
44-
* [Images & Assets](https://github.com/wildbit/mailmason/wiki/Getting-Started#images--assets)
45-
* [Social Images](https://github.com/wildbit/mailmason/wiki/Getting-Started#social-images)
46-
* [Project Structure](https://github.com/wildbit/mailmason/wiki/Project-Structure)
47-
* [Templates](https://github.com/wildbit/mailmason/wiki/Project-Structure#templates)
48-
* [Images](https://github.com/wildbit/mailmason/wiki/Project-Structure#images)
49-
* [Layouts](https://github.com/wildbit/mailmason/wiki/Project-Structure#layouts)
50-
* [Partials](https://github.com/wildbit/mailmason/wiki/Project-Structure#partials)
51-
* [Stylesheets](https://github.com/wildbit/mailmason/wiki/Project-Structure#stylesheets)
52-
* [Usage](https://github.com/wildbit/mailmason/wiki/Usage)
53-
* [Building](https://github.com/wildbit/mailmason/wiki/Usage#building)
54-
* [Testing](https://github.com/wildbit/mailmason/wiki/Usage#testing)
55-
* [Pushing templates to Postmark](https://github.com/wildbit/mailmason/wiki/Usage#pushing-templates-to-postmark)
56-
* [Development](https://github.com/wildbit/mailmason/wiki/Development)
57-
* [Templates](https://github.com/wildbit/mailmason/wiki/Templates)
34+
If you need help getting started or using MailMason, make sure to check out the [MailMason wiki](https://github.com/activecampaign/mailmason/wiki).
35+
36+
* [About](https://github.com/activecampaign/mailmason/wiki/About)
37+
* [What can it do?](https://github.com/activecampaign/mailmason/wiki/About#what-can-it-do)
38+
* [What templates are included?](https://github.com/activecampaign/mailmason/wiki/About#what-templates-are-included)
39+
* [Getting Started](https://github.com/activecampaign/mailmason/wiki/Getting-Started)
40+
* [Setup](https://github.com/activecampaign/mailmason/wiki/Getting-Started#setup)
41+
* [Configuration](https://github.com/activecampaign/mailmason/wiki/Getting-Started#configuration)
42+
* [Secrets.json](https://github.com/activecampaign/mailmason/wiki/Getting-Started#secretsjson)
43+
* [Config.json](https://github.com/activecampaign/mailmason/wiki/Getting-Started#secretsjson)
44+
* [Images & Assets](https://github.com/activecampaign/mailmason/wiki/Getting-Started#images--assets)
45+
* [Social Images](https://github.com/activecampaign/mailmason/wiki/Getting-Started#social-images)
46+
* [Project Structure](https://github.com/activecampaign/mailmason/wiki/Project-Structure)
47+
* [Templates](https://github.com/activecampaign/mailmason/wiki/Project-Structure#templates)
48+
* [Images](https://github.com/activecampaign/mailmason/wiki/Project-Structure#images)
49+
* [Layouts](https://github.com/activecampaign/mailmason/wiki/Project-Structure#layouts)
50+
* [Partials](https://github.com/activecampaign/mailmason/wiki/Project-Structure#partials)
51+
* [Stylesheets](https://github.com/activecampaign/mailmason/wiki/Project-Structure#stylesheets)
52+
* [Usage](https://github.com/activecampaign/mailmason/wiki/Usage)
53+
* [Building](https://github.com/activecampaign/mailmason/wiki/Usage#building)
54+
* [Testing](https://github.com/activecampaign/mailmason/wiki/Usage#testing)
55+
* [Pushing templates to Postmark](https://github.com/activecampaign/mailmason/wiki/Usage#pushing-templates-to-postmark)
56+
* [Development](https://github.com/activecampaign/mailmason/wiki/Development)
57+
* [Templates](https://github.com/activecampaign/mailmason/wiki/Templates)
5858

5959
## License
6060

61-
MailMason is licensed under the **MIT** license. Please refer to the [LICENSE](https://github.com/wildbit/mailmason/blob/master/LICENSE) for more information.
61+
MailMason is licensed under the **MIT** license. Please refer to the [LICENSE](https://github.com/activecampaign/mailmason/blob/master/LICENSE) for more information.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/wildbit/mailmason"
7+
"url": "https://github.com/activecampaign/mailmason"
88
},
99
"scripts": {
1010
"start": "grunt watch",

previews.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@
186186
<nav>
187187
<ul>
188188
<li>MailMason</li>
189-
<li><a href="https://github.com/wildbit/mailmason/wiki">Repository</a></li>
190-
<li><a href="https://github.com/wildbit/mailmason/wiki">Documentation</a></li>
189+
<li><a href="https://github.com/activecampaign/mailmason/wiki">Repository</a></li>
190+
<li><a href="https://github.com/activecampaign/mailmason/wiki">Documentation</a></li>
191191
<li><a href="https://postmarkapp.com/why/templates">Postmark Templates</a></li>
192192
</ul>
193193
</nav>
194194

195-
<a href="https://github.com/wildbit/mailmason" class="mailmason-logo"><img
195+
<a href="https://github.com/activecampaign/mailmason" class="mailmason-logo"><img
196196
src="https://newsletter.postmarkapp.com/assets/images/open-source/mailmason.png" alt="MailMason" width="150"></a>
197197

198198
<div class="table-of-contents">

src/templates/example/content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ preheader: "This is example text for the preheader set via the YAML front-matter
55
<hr>
66
<h1>Escaped Handlebars Brackets</h1>
77

8-
<p>Working with templates, you'll occasionally need to put some <a href="https://github.com/wildbit/mustachio">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
8+
<p>Working with templates, you'll occasionally need to put some <a href="https://github.com/activecampaign/mustachio">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
99

1010
\&#123;&#123; something }} will turn into \{{ something }}<br><br>
1111

0 commit comments

Comments
 (0)