Skip to content

Commit 52a32a1

Browse files
committed
Fix missing redirect target for /guides/smartstraps/talking-to-smartstraps/
The entry was missing its destination URL, causing a nil error in RedirectPage during jekyll build. Added the missing /guides/ target.
1 parent 27c9c24 commit 52a32a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/_data/redirects.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2669,6 +2669,7 @@
26692669
- /guides/
26702670
-
26712671
- /guides/smartstraps/talking-to-smartstraps/
2672+
- /guides/
26722673
-
26732674
- /guides/timeline/index.html
26742675
- /guides/pebble-timeline/

0 commit comments

Comments
 (0)