Skip to content

Commit

Permalink
Update App.vue
Browse files Browse the repository at this point in the history
Moving SFCC DevOps projects to OpenSFCC as part of a much larger Open Source Community Effort.
  • Loading branch information
manifestinteractive committed May 14, 2024
1 parent d86155a commit 1f5f982
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<!-- No Results -->
<div v-if="!debugData.benchmarks" class="no-results">
<span>No Benchmarks</span>
<a data-devtool href="https://github.com/sfccdevops/sfcc_developers_core/tree/develop/cartridges/sfcc_dev_tools#benchmarks" target="_blank">
<a data-devtool href="https://github.com/opensfcc/sfcc_developers_core/tree/develop/cartridges/sfcc_dev_tools#benchmarks" target="_blank">
Need Help?
</a>
</div>
Expand Down Expand Up @@ -531,7 +531,7 @@
</div>

<!-- Open Info -->
<a href="https://github.com/sfccdevops/sfcc_developers_core#readme" target="devtool-info" class="open-info" v-tooltip="{ content: 'SFCC Developer Core Info', classes: 'devtool-tooltip', delay: { show: tooltipDelay } }" data-devtool>
<a href="https://github.com/opensfcc/sfcc_developers_core#readme" target="devtool-info" class="open-info" v-tooltip="{ content: 'SFCC Developer Core Info', classes: 'devtool-tooltip', delay: { show: tooltipDelay } }" data-devtool>
&#9432;
</a>

Expand Down

0 comments on commit 1f5f982

Please sign in to comment.