commit ebeb3d3695095c63738ec24d671d35eb5dfe050b
parent 3363beff98933c9d378057bbaf22ae41c1954d2e
Author: Connor Lane Smith <cls@lubutu.com>
Date: Fri, 1 Jul 2011 12:09:00 +0100
fix grid link
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dwm.suckless.org/patches/gapless_grid.md b/dwm.suckless.org/patches/gapless_grid.md
@@ -2,7 +2,7 @@
## Description
-This patch is an altered [gridmode](../historical/gridmode) layout for dwm,
+This patch is an altered [gridmode](historical/gridmode) layout for dwm,
which arranges the windows in a grid.
Instead of using a regular grid, which might leave empty cells when there are
not enough windows to fill the grid, it adjusts the number of windows in the
@@ -27,4 +27,4 @@ Download `gaplessgrid.c` and add the gapless layout to your `config.h`:
## Download
* [gaplessgrid.c](gaplessgrid.c) (dwm 5.6.1) (20090908)
-* see [historical patches](historical) for older versoins
+* see [historical patches](historical) for older versions