Skip to content

Commit 93e0ac6

Browse files
committed
fix links
1 parent 3ebaedb commit 93e0ac6

File tree

25 files changed

+41
-109
lines changed

25 files changed

+41
-109
lines changed

assets/css/mermaid-mobile.css

Whitespace-only changes.

content/hub/fundamentals/folder/Script-Fu/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Script-Fu is built on the [Scheme](https://www.scheme.org/) programming language
1818

1919
{{< /cards >}}
2020

21-
GIMP exposes its internal functionality to Script-Fu through a large library of callable functions. These are listed in the Procedure Database (PDB), which you can browse directly from within GIMP using the [Procedure Browser](https://script-fu.github.io/funky/hub/tutorials/folder/first-step/the-procedure-browser-copy/).
21+
GIMP exposes its internal functionality to Script-Fu through a large library of callable functions. These are listed in the Procedure Database (PDB), which you can browse directly from within GIMP using the [Procedure Browser](../../../tutorials/folder/first-step/the-procedure-browser-copy/).
2222

2323
You can also add new functions to the PDB. This can be done by writing Script-Fu plug-ins (Scheme files that register new procedures), or by implementing plug-ins in C or Python. We can also add new functions to the PDB, directly via C code.

content/hub/mermaid-test.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

content/hub/plug-ins/folder/Alpha-To-Show-Mask.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ url: "/hub/plug-ins/folder/Alpha-To-Show-Mask"
88

99
This plug-in is a simple one that helps turn a layer’s alpha into a mask in show mode. It helps you find stray pixels if needed. You can set a shortcut key for it. The first press will turn on the mask, and the next press will apply the mask.
1010

11-
[alpha-to-show-mask.zip](/funky/downloads/alpha-to-show-mask.zip)
12-
[Installation](https://script-fu.github.io/funky/hub/plug-ins/folder/#installation)
11+
[alpha-to-show-mask.zip](../../../../downloads/alpha-to-show-mask.zip)
12+
[Installation](../#installation)
1313
[YouTube](https://youtu.be/endGIR4zymk)
1414

1515
### Plug-in Menu Location

content/hub/plug-ins/folder/Gaussian-Glow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ url: "/hub/plug-ins/folder/Gaussian-Glow"
88

99
Generate a multi‑layered glow by cloning the source and applying successive blurs & spread (noise) with varying strength.
1010

11-
[glow-layer.zip](/funky/downloads/glow-layer.zip)
12-
[Installation](https://script-fu.github.io/funky/hub/plug-ins/folder/#installation)
11+
[glow-layer.zip](../../../../downloads/glow-layer.zip)
12+
[Installation](../#installation)
1313
[YouTube-video-demo](https://youtu.be/g4PkjFQsZ_k)
1414

1515
### Parameters

content/hub/plug-ins/folder/Get-Layer-Colour.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ url: "/hub/plug-ins/folder/Get-Layer-Colour"
88

99
This plugin calculates the average color of a layer's content and sets it as the foreground color.
1010

11-
[get-layer-colour.zip](/funky/downloads/get-layer-colour.zip)
12-
[Installation](https://script-fu.github.io/funky/hub/plug-ins/folder/#installation)
11+
[get-layer-colour.zip](../../../../downloads/get-layer-colour.zip)
12+
[Installation](../#installation)
1313

1414
### Plug-in Menu Location
1515

content/hub/plug-ins/folder/Layer-Group-To-New-Image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ url: "/hub/plug-ins/folder/Layer-Group-To-New-Image"
88

99
This plug-in takes the active layer group and creates a new image. This can be useful for visual isolation and performance issues in complex scenes. The layer group can be copied and pasted back into the original image after editing.
1010

11-
[layer-group-to-new-image.zip](/funky/downloads/layer-group-to-new-image.zip)
12-
[Installation](https://script-fu.github.io/funky/hub/plug-ins/folder/#installation)
11+
[layer-group-to-new-image.zip](../../../../downloads/layer-group-to-new-image.zip)
12+
[Installation](../#installation)
1313

1414
### Plug-in Menu Location
1515

content/hub/plug-ins/folder/Layer-Group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ url: "/hub/plug-ins/folder/Layer-Group"
88

99
This plug-in makes a new layer group and adds the selected layers.
1010

11-
[layer-group.zip](/funky/downloads/layer-group.zip)
12-
[Installation](https://script-fu.github.io/funky/hub/plug-ins/folder/#installation)
11+
[layer-group.zip](../../../../downloads/layer-group.zip)
12+
[Installation](../#installation)
1313

1414
### Plug-in Menu Location
1515

content/hub/plug-ins/folder/Layer-Mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ url: "/hub/plug-ins/folder/Layer-Mode"
88

99
This plug-in is a set of plug-ins that sets the selected layers to a particular blend mode.
1010

11-
[layer-mode.zip](/funky/downloads/layer-mode.zip)
12-
[Installation](https://script-fu.github.io/funky/hub/plug-ins/folder/#installation)
11+
[layer-mode.zip](../../../../downloads/layer-mode.zip)
12+
[Installation](../#installation)
1313

1414
### Plug-in Menu Location
1515

content/hub/plug-ins/folder/New-Layer-From-Selection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ url: "/hub/plug-ins/folder/New-Layer-From-Selection"
88

99
This plugin makes a new layer from the selected area. First, choose the area and position of the new layer by dragging to select on the layer that will be underneath. Then, run the plugin.
1010

11-
[new-layer-from-selection.zip](/funky/downloads/new-layer-from-selection.zip)
12-
[Installation](https://script-fu.github.io/funky/hub/plug-ins/folder/#installation)
11+
[new-layer-from-selection.zip](../../../../downloads/new-layer-from-selection.zip)
12+
[Installation](../#installation)
1313

1414
### Plugin Menu Location
1515

0 commit comments

Comments
 (0)