Skip to content

Fix contribute/build instructions and typos

The Docker link pointed to cgit.kde.org, which has similar instructions than docs.krita.org, but issues like this, that were already fixed in docs.krita.org's version, were not corrected on cgit.kde.org. Both sites were linked from different pages of Krita's documentation, so to avoid two sources of truth, I'm changing all links in the documentation to docs.krita.org.

Also, while following the instructions to build Krita's source code I noticed issues with the Git steps, so I'm fixing those too:

  • https://invent.kde.org/kde/krita.git is not valid anymore, now it's https://invent.kde.org/websites/docs-krita-org.git
  • Similarly with git@invent.kde.org:<username>/krita.git, git@invent.kde.org:kde/krita.git and https://invent.kde.org/<username>/krita.git
Edited by Daniel Wilches

Merge request reports