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>
|
||||
<meta charset="utf-8">
|
||||
<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-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-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/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/ -->
|
||||
<style>
|
||||
* { 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>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/>
|
||||
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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue