Skip to content

Commit

Permalink
Update src/core/utils/qfieldcloudutils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored Aug 6, 2024
1 parent e6c73d1 commit 9ea4392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/utils/qfieldcloudutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ QString QFieldCloudUtils::documentationFromErrorString( const QString &errorStri

if ( errorString.contains( errorCodeOverQuota ) )
{
linkToDocumentation = "https://docs.qfield.org/get-started/storage-qfc/";
linkToDocumentation = "https://docs.qfield.org/get-started/storage-qfc/#add-qfieldcloud-storage";
}

return linkToDocumentation;
Expand Down

0 comments on commit 9ea4392

Please sign in to comment.