Correct manifesto link

This commit is contained in:
Case Duckworth 2020-08-23 04:44:45 +00:00
parent 29e50f0cfd
commit abaf0b721c
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ title docs
$([ -d "$BREADDOCS" ] &&
for F in $(find "$BREADDOCS" -path "$BREADDOCS/.git" -prune -o -type f -print); do
case "$F" in
*manifesto.md) ;;
*man*) continue;;
esac
l "doc: $F"