Skip to content

Commit 51ebb27

Browse files
authored
Merge pull request #3116 from EclipseFdn/main
Release v0.19.0
2 parents ceffa0b + 97f5540 commit 51ebb27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=v0.18.1
1+
ARG SERVER_VERSION=v0.19.0
22

33
# Builder image to compile the website
44
FROM ubuntu AS builder

website/src/menu-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const MobileMenuContent: FunctionComponent = () => {
5858
</Link>
5959
</MobileMenuItem>
6060
<MobileMenuItem>
61-
<Link href='https://github.com/eclipse/openvsx/wiki'>
61+
<Link href='https://github.com/EclipseFdn/open-vsx.org/wiki'>
6262
<MobileMenuItemText>
6363
<MenuBookIcon sx={itemIcon} />
6464
Documentation

0 commit comments

Comments
 (0)