Skip to content

Commit 5f90515

Browse files
authored
docs: fix back links for modules references (medusajs#5747)
1 parent cdd42db commit 5f90515

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

www/apps/docs/sidebars.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,8 +3179,8 @@ module.exports = {
31793179
pricingReference: [
31803180
{
31813181
type: "ref",
3182-
id: "modules/overview",
3183-
label: "Back to Commerce Modules",
3182+
id: "experimental/index",
3183+
label: "Back to Experimental Features",
31843184
customProps: {
31853185
sidebar_is_back_link: true,
31863186
sidebar_icon: "back-arrow",
@@ -3213,8 +3213,8 @@ module.exports = {
32133213
productReference: [
32143214
{
32153215
type: "ref",
3216-
id: "modules/overview",
3217-
label: "Back to Commerce Modules",
3216+
id: "experimental/index",
3217+
label: "Back to Experimental Features",
32183218
customProps: {
32193219
sidebar_is_back_link: true,
32203220
sidebar_icon: "back-arrow",

0 commit comments

Comments
 (0)