Skip to content

Commit 1f5f982

Browse files
Update App.vue
Moving SFCC DevOps projects to OpenSFCC as part of a much larger Open Source Community Effort.
1 parent d86155a commit 1f5f982

File tree

1 file changed

+2
-2
lines changed
  • cartridges/sfcc_dev_tools/cartridge/client/default/js/vue/components

1 file changed

+2
-2
lines changed

cartridges/sfcc_dev_tools/cartridge/client/default/js/vue/components/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<!-- No Results -->
123123
<div v-if="!debugData.benchmarks" class="no-results">
124124
<span>No Benchmarks</span>
125-
<a data-devtool href="https://github.com/sfccdevops/sfcc_developers_core/tree/develop/cartridges/sfcc_dev_tools#benchmarks" target="_blank">
125+
<a data-devtool href="https://github.com/opensfcc/sfcc_developers_core/tree/develop/cartridges/sfcc_dev_tools#benchmarks" target="_blank">
126126
Need Help?
127127
</a>
128128
</div>
@@ -531,7 +531,7 @@
531531
</div>
532532

533533
<!-- Open Info -->
534-
<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>
534+
<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>
535535
&#9432;
536536
</a>
537537

0 commit comments

Comments
 (0)