We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9891cc9 commit a58c241Copy full SHA for a58c241
1 file changed
website/shared/editlinks.js
@@ -60,8 +60,8 @@ const editLinksModule = (function(window) {
60
index: 2
61
},
62
{
63
- re: /architectures\//,
64
- value: 'architectures'
+ re: /solutions\//,
+ value: 'solutions'
65
}
66
];
67
return executeRules(rules);
@@ -95,11 +95,11 @@ const editLinksModule = (function(window) {
95
value: 'documentation'
96
97
98
99
value: ''
100
101
102
- re: /architectures\/(solutions\/[^\/]*)/,
+ re: /solutions\/(solution\/[^\/]*)/,
103
index: 1
104
105
@@ -150,7 +150,7 @@ const editLinksModule = (function(window) {
150
value: 'master'
151
152
153
154
155
156
0 commit comments