wrong github URL
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
f789009268
commit
603e7dbdfc
|
@ -3,8 +3,8 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>check.lab.wit.org/gui</title>
|
<title>check.lab.wit.org/gui</title>
|
||||||
<meta name="go-import" content="check.lab.wit.org/gui git https://github.com/witorg/gui">
|
<meta name="go-import" content="check.lab.wit.org/gui git https://github.com/wit-go/gui">
|
||||||
<meta name="go-source" content="check.lab.wit.org/gui https://github.com/witorg/gui https://github.com/witorg/gui/tree/master{/dir} https://github.com/witorg/gui/blob/master{/dir}/{file}#L{line}">
|
<meta name="go-source" content="check.lab.wit.org/gui https://github.com/wit-go/gui https://github.com/wit-go/gui/tree/master{/dir} https://github.com/wit-go/gui/blob/master{/dir}/{file}#L{line}">
|
||||||
<!-- from view-source:http://go.atomizer.io/stream/ -->
|
<!-- from view-source:http://go.atomizer.io/stream/ -->
|
||||||
<style>
|
<style>
|
||||||
* { font-family: sans-serif; }
|
* { font-family: sans-serif; }
|
||||||
|
@ -21,7 +21,7 @@ ul { margin-top: 16px; margin-bottom: 16px; }
|
||||||
<code>go install -v check.lab.wit.org/gui</code>
|
<code>go install -v check.lab.wit.org/gui</code>
|
||||||
<code>import "check.lab.wit.org/gui"</code>
|
<code>import "check.lab.wit.org/gui"</code>
|
||||||
Home: <a href="https://godoc.org/check.lab.wit.org/gui">https://godoc.org/check.lab.wit.org/gui</a><br/>
|
Home: <a href="https://godoc.org/check.lab.wit.org/gui">https://godoc.org/check.lab.wit.org/gui</a><br/>
|
||||||
Source: <a href="https://github.com/witorg/gui">https://github.com/witorg/gui</a><br/>
|
Source: <a href="https://github.com/wit-go/gui">https://github.com/wit-go/gui</a><br/>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue