Skip to content

Commit

Permalink
Fix/links fixing (#116)
Browse files Browse the repository at this point in the history
**User-Facing Changes**
Updating old links

**Description**
By applying the suggestion giving by @Zed314 we are updating old links.

**Checklist**

- [x] The web version was tested and it is running ok
- [x] The desktop version was tested and it is running ok
- [x] I've updated/created the storybook file(s)
- [x] The release version was updated on package.json files
  • Loading branch information
laisspportugal authored Jul 30, 2024
1 parent aedae39 commit 5ad42ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lichtblick",
"version": "1.3.0",
"version": "1.3.1",
"license": "MPL-2.0",
"private": true,
"productName": "Lichtblick",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,10 @@ const aboutItems = new Map<
{
subheader: "Legal",
links: [
{ title: "License terms", url: "https://foxglove.dev/legal/studio-license" },
{ title: "Privacy policy", url: "https://foxglove.dev/legal/privacy" },
{
title: "License terms",
url: "https://github.com/bmw-software-engineering/lichtblick/blob/main/LICENSE",
},
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxglove/studio",
"version": "1.3.0",
"version": "1.3.1",
"license": "MPL-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ad42ff

Please sign in to comment.