|
17 | 17 |
|
18 | 18 | => CONCLUSION: Don't use badges. Instead, pay attention to Action result status.
|
19 | 19 | -->
|
20 |
| -<!--  --> |
| 20 | +<!--  --> |
21 | 21 |
|
22 | 22 | ## What **GoAT** Can Do For You
|
23 | 23 |
|
@@ -58,7 +58,7 @@ with rows above and below.
|
58 | 58 |
|
59 | 59 | ## Installation
|
60 | 60 | ```
|
61 |
| - $ go install github.com/dmullis/goat/cmd/goat@latest |
| 61 | + $ go install github.com/blampe/goat/cmd/goat@latest |
62 | 62 | ```
|
63 | 63 | <!-- https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections#creating-a-collapsed-section -->
|
64 | 64 |
|
@@ -269,30 +269,30 @@ The core engine of ```goat``` is accessible as a Go library package, for inclusi
|
269 | 269 | code of your own.
|
270 | 270 | The code implements a subset, and some extensions, of the ASCII diagram generation function of the browser-side Javascript in [Markdeep](http://casual-effects.com/markdeep/).
|
271 | 271 |
|
272 |
| -A nicely formatted reference may be found at [pkg.go.dev](https://pkg.go.dev/github.com/dmullis/goat). |
| 272 | +A nicely formatted reference may be found at [pkg.go.dev](https://pkg.go.dev/github.com/blampe/goat). |
273 | 273 |
|
274 | 274 | ### Installation
|
275 | 275 |
|
276 | 276 | ```
|
277 |
| - $ go get -u github.com/dmullis/goat/ |
| 277 | + $ go get -u github.com/blampe/goat/ |
278 | 278 | ```
|
279 | 279 | ### Library Data Flow
|
280 | 280 | 
|
281 | 281 |
|
282 |
| -The diagram above was derived by [./make.sh](./make.sh) from ASCII-art in the Go |
| 282 | +The diagram above was derived by [./pre-push.sh](./pre-push.sh) from ASCII-art in the Go |
283 | 283 | source file [./goat.go](./goat.go).
|
284 | 284 |
|
285 | 285 | #### Auto-formatted API docs
|
286 | 286 |
|
287 | 287 | <!--
|
288 | 288 | XX XX May need a Github Action to do this substitution at "push" time.
|
289 |
| -[](https://pkg.go.dev/github.com/dmullis/goat) |
| 289 | +[](https://pkg.go.dev/github.com/blampe/goat) |
290 | 290 | -->
|
291 | 291 |
|
292 | 292 | <!--
|
293 | 293 | The scraping of GitHub by godocs.io (see https://sr.ht) does NOT include README.md;
|
294 | 294 | whereas Google's pkg.go.dev does do so, and apparently runs its own variant of GFM processing :-/
|
295 |
| -[](https://godocs.io/github.com/dmullis/goat) |
| 295 | +[](https://godocs.io/github.com/blampe/goat) |
296 | 296 | -->
|
297 | 297 |
|
298 | 298 | ### Project Tenets
|
|
0 commit comments