Skip to content

Commit

Permalink
Update organization name (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored Mar 27, 2020
1 parent 357cedb commit 817b74c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/partials/building-blocks.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p><a href="http://zurb.com/building-blocks">Building Blocks</a> is a ZURB-curated resource with useful code snippets that use Foundation components. Here are a few for this component:</p>
<div class="warning callout">
<p>These are placeholder items. If you have ideas for building blocks for this component, <a href="https://github.com/zurb/foundation-sites-6/issues/118">we're taking ideas on GitHub</a>.</p>
<p>These are placeholder items. If you have ideas for building blocks for this component, <a href="https://github.com/foundation/foundation-sites-6/issues/118">we're taking ideas on GitHub</a>.</p>
</div>
<div data-building-blocks></div>
Expand Down
2 changes: 1 addition & 1 deletion test/output/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ <h2 id="building-blocks" class="docs-heading" data-magellan-target="building-blo
<p><a href="http://zurb.com/building-blocks">Building Blocks</a> is a ZURB-curated resource with useful code snippets that use Foundation components. Here are a few for this component:</p>
<div class="warning callout">
<p>These are placeholder items. If you have ideas for building blocks for this component, <a href="https://github.com/zurb/foundation-sites-6/issues/118">we're taking ideas on GitHub</a>.</p>
<p>These are placeholder items. If you have ideas for building blocks for this component, <a href="https://github.com/foundation/foundation-sites-6/issues/118">we're taking ideas on GitHub</a>.</p>
</div>
<div data-building-blocks></div>
Expand Down
2 changes: 1 addition & 1 deletion test/output/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h2 id="building-blocks" class="docs-heading" data-magellan-target="building-blo
<p><a href="http://zurb.com/building-blocks">Building Blocks</a> is a ZURB-curated resource with useful code snippets that use Foundation components. Here are a few for this component:</p>
<div class="warning callout">
<p>These are placeholder items. If you have ideas for building blocks for this component, <a href="https://github.com/zurb/foundation-sites-6/issues/118">we're taking ideas on GitHub</a>.</p>
<p>These are placeholder items. If you have ideas for building blocks for this component, <a href="https://github.com/foundation/foundation-sites-6/issues/118">we're taking ideas on GitHub</a>.</p>
</div>
<div data-building-blocks></div>
Expand Down
4 changes: 2 additions & 2 deletions test/unit/handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ describe('Handlebars Helpers', () => {
describe('Links', () => {
describe('{{editLink}}', () => {
it('generates a GitHub edit link point to a repository, branch, and file', () => {
compare('{{editLink "foundation-sites" "master" "docs/pages/index.html"}}', 'https://github.com/zurb/foundation-sites/edit/master/docs/pages/index.md');
compare('{{editLink "foundation-sites" "master" "docs/pages/index.html"}}', 'https://github.com/foundation/foundation-sites/edit/master/docs/pages/index.md');
});
});

Expand All @@ -201,7 +201,7 @@ describe('Handlebars Helpers', () => {
var template = Handlebars.compile('{{issueLink "foundation-sites" "Plugin"}}');
var output = template();

expect(output, 'links to GitHub issue tracker').to.contain('https://github.com/zurb/foundation-sites/issues/new?title');
expect(output, 'links to GitHub issue tracker').to.contain('https://github.com/foundation/foundation-sites/issues/new?title');
expect(output, 'includes tag in preset title').to.contain('Plugin');
expect(output, 'includes super loud title that you should replace').to.contain('ISSUE%20NAME%20HERE');
});
Expand Down
2 changes: 1 addition & 1 deletion test/visual/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h5>Foundation 6 is here!</h5>
<ul class="vertical menu docs-nav" id="docs-menu">
<p class="docs-nav-version">
<span data-docs-version>v6.0.0</span>
<a href="https://github.com/zurb/foundation-sites/releases/" target="_blank">(Changelog)</a>
<a href="https://github.com/foundation/foundation-sites/releases/" target="_blank">(Changelog)</a>
</p>
<li class="docs-nav-title">Nav Title</li>
<li class="current"><a href="index.html">Index</a></li>
Expand Down

0 comments on commit 817b74c

Please sign in to comment.