mirror of https://github.com/portainer/portainer
fix(contexthelp): remove extra slash from contexthelp docs link [EE-6780] (#11312)
parent
6b3ddf11d4
commit
6bbf62fe64
|
@ -50,7 +50,7 @@ function useDocsUrl(): string {
|
|||
const parts = ServerVersion.split('.');
|
||||
if (parts.length >= 2) {
|
||||
const version = parts.slice(0, 2).join('.');
|
||||
url += `v/${version}/`;
|
||||
url += `v/${version}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue