From b44848b03068f29573720cb74ab4d67f2dcb997a Mon Sep 17 00:00:00 2001 From: Peter Baker Date: Fri, 17 Jan 2025 19:36:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a4c93..563a381 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Ygt is in an alpha state, with features yet to be added (especially auto-hinting Several executable files are available in the “Releases” section of the Ygt GitHub site. If none of these are suitable for your system, Ygt must be launched from a command line. In this case, install from an environment where the version of Python is 3.10.4 or later by typing `pip install ygt` on the command line. Alternatively, download the files from GitHub, navigate to the directory with the file pyproject.toml, and type `pip install .` (don't forget the period!). Then type `ygt ` to start the program. -For more information, see the [documentation](https://github.com/psb1558/ygt/tree/main/docs) or go through a brief [tutorial](https://psb1558.github.io/ygt/tutorial.html). +For more information, see the [documentation](https://github.com/psb1558/ygt/tree/main/docs) or go through a brief [tutorial](https://psb1558.github.io/ygt/index.html). ## Changes