Skip to content

Commit

Permalink
Merge pull request #301 from TedGoas/fix-github-reference-paths
Browse files Browse the repository at this point in the history
Update docs site to reference templates in main branch instead of master
  • Loading branch information
TedGoas authored Oct 21, 2023
2 parents 65dcd51 + ce8938b commit 60b15bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/content/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Good for simple transactional emails and single column layouts. If you want a ba
action="https://parcel.io/playground"
method="POST"
target="_blank"
data-url="https://raw.githubusercontent.com/TedGoas/Cerberus/master/cerberus-fluid.html">
data-url="https://raw.githubusercontent.com/TedGoas/Cerberus/main/cerberus-fluid.html">
<input type="hidden" name="data" value="" />
<input type="button" class="button button-primary" value="Edit in Parcel" />
</form>
<a href="https://raw.githubusercontent.com/TedGoas/Cerberus/master/cerberus-fluid.html" class="button button-secondary">View code</a>
<a href="https://raw.githubusercontent.com/TedGoas/Cerberus/main/cerberus-fluid.html" class="button button-secondary">View code</a>
</div>

## Responsive Template
Expand All @@ -45,11 +45,11 @@ If you’re already comfortable with media queries, the learning curve is relati
action="https://parcel.io/playground"
method="POST"
target="_blank"
data-url="https://raw.githubusercontent.com/TedGoas/Cerberus/master/cerberus-responsive.html">
data-url="https://raw.githubusercontent.com/TedGoas/Cerberus/main/cerberus-responsive.html">
<input type="hidden" name="data" value="" />
<input type="button" class="button button-primary" value="Edit in Parcel" />
</form>
<a href="https://raw.githubusercontent.com/TedGoas/Cerberus/master/cerberus-responsive.html" class="button button-secondary">View code</a>
<a href="https://raw.githubusercontent.com/TedGoas/Cerberus/main/cerberus-responsive.html" class="button button-secondary">View code</a>
</div>


Expand All @@ -67,11 +67,11 @@ If you have some email design experience, this template optimizes every popular
action="https://parcel.io/playground"
method="POST"
target="_blank"
data-url="https://raw.githubusercontent.com/TedGoas/Cerberus/master/cerberus-hybrid.html">
data-url="https://raw.githubusercontent.com/TedGoas/Cerberus/main/cerberus-hybrid.html">
<input type="hidden" name="data" value="" />
<input type="button" class="button button-primary" value="Edit in Parcel" />
</form>
<a href="https://raw.githubusercontent.com/TedGoas/Cerberus/master/cerberus-hybrid.html" class="button button-secondary">View code</a>
<a href="https://raw.githubusercontent.com/TedGoas/Cerberus/main/cerberus-hybrid.html" class="button button-secondary">View code</a>
</div>

## Archived Templates
Expand Down

0 comments on commit 60b15bc

Please sign in to comment.