Update bug tracker URLs.

This commit is contained in:
2023-12-09 18:23:03 -08:00
parent 4b829a4b3c
commit 1d7cab96bc
521 changed files with 9663 additions and 8471 deletions

View File

@ -753,7 +753,7 @@ pika_matrix3_invert (PikaMatrix3 *matrix)
/* To avoid redundant access to the coefficients, inline the determinant
* formula.
*
* See: https://gitlab.gnome.org/GNOME/pika/-/merge_requests/880#note_1727051
* See: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/880#note_1727051
*/
det = m00 * (m11 * m22 - m12 * m21)
- m10 * (m01 * m22 - m02 * m21)