From d8f1107387af688e9b161a0c01dd70241741edba Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Jan 2024 17:47:23 -0600 Subject: fix doc paths to go.wit.com Signed-off-by: Jeff Carr --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0825db3..26ec09a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ package main import ( "log" - "git.wit.org/wit/gui" + "go.wit.com/wit/gui/gui" ) var window *gui.Node // This is the beginning of the binary tree of widgets @@ -94,7 +94,7 @@ Useful links and other external things which might be useful * Wikipedia Graphical widget - [https://en.wikipedia.org/wiki/Graphical_widget](https://en.wikipedia.org/wiki/Graphical_widget) -* Github mirror - [https://github.com/witorg/gui](https://github.com/witorg/gui) +* Github mirror - [https://github.com/wit-go/gui](https://github.com/wit-go/gui) * Federated git pull - [https://github.com/forgefed/forgefed](https://github.com/forgefed/forgefed) * GO Style Guide - [https://google.github.io/styleguide/go/index](https://google.github.io/styleguide/go/index) -- cgit v1.2.3