Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Please refer to our community contributions guidelines.
- Software developer? Code and prepare a pull request. We will help you with [setup of the development environment](./INSTALL.md) and answer your questions.
- Donate or [subscribe](https://merginmaps.com/) to the Mergin Maps Cloud service to help us maintain the project.

<div><img align="left" width="45" height="45" src="https://raw.githubusercontent.com/MerginMaps/docs/main/src/public/slack.svg"><a href="https://merginmaps.com/community/join">Join our community chat</a><br/>and ask questions!</div>
<div><a href="https://community.merginmaps.com">Join our community</a> and ask questions!</div>

## Features

Expand Down
2 changes: 1 addition & 1 deletion app/inputhelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
const QString helpRoot = QStringLiteral( "https://merginmaps.com/docs" );
const QString helpDeskMail = QStringLiteral( "support@merginmaps.com" );
const QString mmWeb = QStringLiteral( "https://merginmaps.com" );
const QString changelogRss = QStringLiteral( "https://wishlist.merginmaps.com/rss/changelog.xml" );
const QString changelogRss = QStringLiteral( "https://community.merginmaps.com/rss/changelog.xml" );

const QString utmTagHelp = QStringLiteral( "?utm_source=input-help&utm_medium=help&utm_campaign=input" );
const QString utmTagSubscription = QStringLiteral( "?utm_source=input-subs&utm_medium=subs&utm_campaign=input" );
Expand Down
4 changes: 2 additions & 2 deletions gallery/qml/pages/PagesPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,14 @@ Page {
date: "Mon, 21 August 2023"
description: "I am pleased to announce that position tracking has been released today as part of Mobile version 2.3.0 and Plugin version 2023.3"
title: "Position tracking is now available"
link: "https://wishlist.merginmaps.com/changelog"
link: "https://community.merginmaps.com/changelog"
}

ListElement {
date: "Mon, 21 August 2023"
description: "Mergin Maps QGIS plugin is now capable of setting a custom QGIS."
title: "Ability to set custom name for photos taken in Mergin Maps"
link: "https://wishlist.merginmaps.com/changelog"
link: "https://community.merginmaps.com/changelog"
}

function seeChangelogs() {
Expand Down
Loading