Skip to content

Commit

Permalink
Merge pull request #3116 from EclipseFdn/main
Browse files Browse the repository at this point in the history
Release v0.19.0
  • Loading branch information
amvanbaren authored Nov 14, 2024
2 parents ceffa0b + 97f5540 commit 51ebb27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=v0.18.1
ARG SERVER_VERSION=v0.19.0

# Builder image to compile the website
FROM ubuntu AS builder
Expand Down
2 changes: 1 addition & 1 deletion website/src/menu-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const MobileMenuContent: FunctionComponent = () => {
</Link>
</MobileMenuItem>
<MobileMenuItem>
<Link href='https://github.com/eclipse/openvsx/wiki'>
<Link href='https://github.com/EclipseFdn/open-vsx.org/wiki'>
<MobileMenuItemText>
<MenuBookIcon sx={itemIcon} />
Documentation
Expand Down

0 comments on commit 51ebb27

Please sign in to comment.