Skip to content

Commit

Permalink
fixed "add content" links (development into main)
Browse files Browse the repository at this point in the history
fixed "add content" links
  • Loading branch information
MartinSchott authored Jul 7, 2022
2 parents 3516e2e + 80f1cb6 commit 69cfe2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/resources-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h4>{{ resource.title }}</h4>
<div class="col-md-4 col-sm-6 mb-4 shuffle-item">
<div class="position-relative hover-wrapper">
<div id="grid-add-item"></div>
<a class="hover-overlay" href="https://gitresources.com/ASKnetCommunity/ASKnet.Community/issues/new?assignees=&labels=content-submit%2Cnew-resources&template=new-resources.yml&title=Add+resources%3A+">
<a class="hover-overlay" href="https://github.com/ASKnetCommunity/ASKnet.Community/issues/new?assignees=&labels=content-submit%2Cnew-resources&template=new-resources.yml&title=Add+resources%3A+">
<div class="hover-content">
<i class=" fas fa-plus fa-3x"></i>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/tools-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h4>{{ tool.title }}</h4>
<div class="col-md-4 col-sm-6 mb-4 shuffle-item">
<div class="position-relative hover-wrapper">
<div id="grid-add-item"></div>
<a class="hover-overlay" href="https://gittools.com/ASKnetCommunity/ASKnet.Community/issues/new?assignees=&labels=content-submit%2Cnew-tools&template=new-tools.yml&title=Add+tools%3A+">
<a class="hover-overlay" href="https://github.com/ASKnetCommunity/ASKnet.Community/issues/new?assignees=&labels=content-submit%2Cnew-tools&template=new-tools.yml&title=Add+tools%3A+">
<div class="hover-content">
<i class=" fas fa-plus fa-3x"></i>
</div>
Expand Down

0 comments on commit 69cfe2b

Please sign in to comment.