Skip to content

Commit a58c241

Browse files
committed
devonfw/solutions#82 change architecture links to solution
1 parent 9891cc9 commit a58c241

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

website/shared/editlinks.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ const editLinksModule = (function(window) {
6060
index: 2
6161
},
6262
{
63-
re: /architectures\//,
64-
value: 'architectures'
63+
re: /solutions\//,
64+
value: 'solutions'
6565
}
6666
];
6767
return executeRules(rules);
@@ -95,11 +95,11 @@ const editLinksModule = (function(window) {
9595
value: 'documentation'
9696
},
9797
{
98-
re: /architectures\//,
98+
re: /solutions\//,
9999
value: ''
100100
},
101101
{
102-
re: /architectures\/(solutions\/[^\/]*)/,
102+
re: /solutions\/(solution\/[^\/]*)/,
103103
index: 1
104104
}
105105
];
@@ -150,7 +150,7 @@ const editLinksModule = (function(window) {
150150
value: 'master'
151151
},
152152
{
153-
re: /architectures\//,
153+
re: /solutions\//,
154154
value: 'master'
155155
}
156156
];

0 commit comments

Comments
 (0)