From c7a774d9dff98c11c97775768f9a3c865e9f9b82 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Thu, 3 Feb 2022 00:52:15 +0000 Subject: [PATCH] README.md: update NEWS and SHOPT.sh links They were still pointing to the master branch. They should point to this 1.0 branch (also, master was renamed to dev on 2nd Jan, so the links were not only wrong but broken). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ecaf938a..2589095a6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The sources in this repository were forked from the GitHub [AST repository](https://github.com/att/ast) which is no longer under active development. -For user-visible fixes, see [NEWS](https://github.com/ksh93/ksh/blame/master/NEWS) +For user-visible fixes, see [NEWS](https://github.com/ksh93/ksh/blame/1.0/NEWS) and click on commit messages for full details. For all fixes, see [the commit log](https://github.com/ksh93/ksh/commits/). To see what's left to fix, see [the issue tracker](https://github.com/ksh93/ksh/issues). @@ -65,7 +65,7 @@ to package it as their default version of ksh93. ## Build To build ksh with a custom configuration of features, edit -[`src/cmd/ksh93/SHOPT.sh`](https://github.com/ksh93/ksh/blob/master/src/cmd/ksh93/SHOPT.sh). +[`src/cmd/ksh93/SHOPT.sh`](https://github.com/ksh93/ksh/blob/1.0/src/cmd/ksh93/SHOPT.sh). Then `cd` to the top directory and run: ```sh