Skip to content

Commit

Permalink
Remove broken brandfolder links
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Sep 15, 2023
1 parent d23c78f commit 9d2964a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/contribute.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ meta_keywords: "GoCD, continuous delivery, continuous delivery software, continu
questions.
</p>
<p>
Brand assets including our logos, colors, and visual guidelines can be found <a href="https://brandfolder.com/twproducts" target="_blank">here</a>.
Brand assets including our logos, colors, and visual guidelines can be found <%= link_to 'here', '/assets/gocd-brand-styleguide.zip' %>.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion source/partials/_footer.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="col-md-2">
<ul class="unordered-list">
<li><%= link_to 'FORK US ON GITHUB', 'https://www.github.com/gocd', target: "_blank" %></li>
<li><a href='<%= url_for '/assets/gocd-brand-styleguide.zip' %>'>LOGOS + BRAND</a></li>
<li><%= link_to 'LOGOS + BRAND', '/assets/gocd-brand-styleguide.zip' %></li>
<li><%= link_to 'CONTRIBUTE' , '/contribute/index.html' %></li>
</ul>
</div>
Expand Down
4 changes: 2 additions & 2 deletions source/resources.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ meta_keywords: "GoCD, user docs, documentation, api, apis, contributor agreement
<h3>Other Resources</h3>
<ul class="r_list">
<li>
<a href="https://brandfolder.com/twproducts" target="_blank">Brand Assets</a>
<p>Logo files, colors, and brand guidelines.</p>
<%= link_to 'Brand Assets', '/assets/gocd-brand-styleguide.zip' %>
<p>Logo files, colors, and brand guidelines.</p>
</li>

<li>
Expand Down

0 comments on commit 9d2964a

Please sign in to comment.