Skip to content

Commit 54eda97

Browse files
authored
chore(doc): change homepage url (#3195)
1 parent 600193c commit 54eda97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MongoDB Compass Monorepo
22

3-
This repository contains the source code and build tooling used in [MongoDB Compass](https://compass.mongodb.com).
3+
This repository contains the source code and build tooling used in [MongoDB Compass](https://www.mongodb.com/products/compass).
44

55
![Aggregation Pipeline Builder Tab in Compass](packages/compass/compass-screenshot.png)
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongodb-compass-monorepo",
33
"description": "Monorepo that includes Compass and all its dependencies",
4-
"homepage": "https://compass.mongodb.com",
4+
"homepage": "https://www.mongodb.com/products/compass",
55
"author": {
66
"name": "MongoDB Inc",
77
"email": "[email protected]"

packages/compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"productName": "MongoDB Compass",
55
"description": "The MongoDB GUI",
6-
"homepage": "https://compass.mongodb.com",
6+
"homepage": "https://www.mongodb.com/products/compass",
77
"version": "0.0.1-dev.0",
88
"apiVersion": "3.0.0",
99
"main": "build/main.js",

0 commit comments

Comments
 (0)