This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new dfe1af67 www/board/agenda/README.md: fix Markdown link (#228)
dfe1af67 is described below
commit dfe1af67165df84c4bc2496610a15886378ba8f6
Author: John Bampton <[email protected]>
AuthorDate: Tue Jul 9 21:32:50 2024 +1000
www/board/agenda/README.md: fix Markdown link (#228)
---
www/board/agenda/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/README.md b/www/board/agenda/README.md
index 4d7256e3..8180a9b9 100644
--- a/www/board/agenda/README.md
+++ b/www/board/agenda/README.md
@@ -267,7 +267,7 @@ Viewing Source (this time, Actual Code)
[views/layout/footer.js.rb](views/layout/footer.js.rb).
* Should you ever happen to look for the main routing functions, they
- are [routing.rb](routing.rb) on the server and
+ are [routes.rb](routes.rb) on the server and
[views/router.js.rb](views/router.js.rb) on the client.
Testing