From 5cb302d7c708db1a7f20070565de1587b0f798c6 Mon Sep 17 00:00:00 2001 From: Aleksei Egorov Date: Sat, 10 Feb 2024 23:29:59 +0000 Subject: [PATCH] Update README.md with fresh Documentation link (1.3.x) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d26e6f8..ae146d8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ shFlags is a port of the Google [gflags](http://gflags.github.io/gflags/) library for Unix shell. The code is written in a way to be as portable as possible to work across a wide array of Unix variants. It is also tested with [shUnit2](https://github.com/kward/shunit2) to maintain code quality. If you'd like to use shFlags, feel free to read the documentation. -https://github.com/kward/shflags/wiki/Documentation12x +https://github.com/kward/shflags/wiki/Documentation13x [![Travis CI][travis-ci-png]][travis-ci]