Skip to content

Commit

Permalink
Correct hugo errors
Browse files Browse the repository at this point in the history
Signed-off-by: Aesara Binder <[email protected]>
  • Loading branch information
AesaraB committed Aug 11, 2024
1 parent afe3c57 commit 15b4b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/docs/backend/gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ to consult the C API documentation for the library instead. To make matching up
the C function/class names and their Python equivalents, you can use [pygi-grep][pygi-grep],
a tool for searching Python-GObject namespaces.

[pygi-grep]:(https://gist.github.com/achadwick/2647305f34fb31169f2)
[pygi-grep]:https://gist.github.com/achadwick/2647305f34fb31169f2

$ pygi-grep -vi -r 3.0 Gtk tree.*row
from gi.repository import Gtk
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/manuals/v0.9.0/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ own from the Brush Selection dialog.

Imported brushes usually come pre-sorted into their own group.

You can add new brush packs by importing them. See [Brush Packages]({{< ref "../brush-packages" >}})
You can add new brush packs by importing them. See [Brush Packages]({{< relref "brush-packages" >}})
for details.

# Canvas
Expand Down

0 comments on commit 15b4b82

Please sign in to comment.