We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceffa0b + 97f5540 commit 51ebb27Copy full SHA for 51ebb27
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG SERVER_VERSION=v0.18.1
+ARG SERVER_VERSION=v0.19.0
2
3
# Builder image to compile the website
4
FROM ubuntu AS builder
website/src/menu-content.tsx
@@ -58,7 +58,7 @@ export const MobileMenuContent: FunctionComponent = () => {
58
</Link>
59
</MobileMenuItem>
60
<MobileMenuItem>
61
- <Link href='https://github.com/eclipse/openvsx/wiki'>
+ <Link href='https://github.com/EclipseFdn/open-vsx.org/wiki'>
62
<MobileMenuItemText>
63
<MenuBookIcon sx={itemIcon} />
64
Documentation
0 commit comments