Skip to content

Commit 3d21ee6

Browse files
dmullisdmullis
authored andcommitted
Fix wrong download paths and file reference in README.md
1 parent 6deab12 commit 3d21ee6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
=> CONCLUSION: Don't use badges. Instead, pay attention to Action result status.
1919
-->
20-
<!-- ![](https://github.com/dmullis/goat/actions/workflows/test.yml/badge.svg) -->
20+
<!-- ![](https://github.com/blampe/goat/actions/workflows/test.yml/badge.svg) -->
2121

2222
## What **GoAT** Can Do For You
2323

@@ -58,7 +58,7 @@ with rows above and below.
5858

5959
## Installation
6060
```
61-
$ go install github.com/dmullis/goat/cmd/goat@latest
61+
$ go install github.com/blampe/goat/cmd/goat@latest
6262
```
6363
<!-- https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections#creating-a-collapsed-section -->
6464

@@ -269,30 +269,30 @@ The core engine of ```goat``` is accessible as a Go library package, for inclusi
269269
code of your own.
270270
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/).
271271

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).
273273

274274
### Installation
275275

276276
```
277-
$ go get -u github.com/dmullis/goat/
277+
$ go get -u github.com/blampe/goat/
278278
```
279279
### Library Data Flow
280280
![](//goat.svg)
281281

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
283283
source file [./goat.go](./goat.go).
284284

285285
#### Auto-formatted API docs
286286

287287
<!--
288288
XX XX May need a Github Action to do this substitution at "push" time.
289-
[![resource non-responsive](https://pkg.go.dev/badge/github.com/dmullis/goat)](https://pkg.go.dev/github.com/dmullis/goat)
289+
[![resource non-responsive](https://pkg.go.dev/badge/github.com/blampe/goat)](https://pkg.go.dev/github.com/blampe/goat)
290290
-->
291291

292292
<!--
293293
The scraping of GitHub by godocs.io (see https://sr.ht) does NOT include README.md;
294294
whereas Google's pkg.go.dev does do so, and apparently runs its own variant of GFM processing :-/
295-
[![resource non-responsive](https://godocs.io/github.com/dmullis/goat?status.svg)](https://godocs.io/github.com/dmullis/goat)
295+
[![resource non-responsive](https://godocs.io/github.com/blampe/goat?status.svg)](https://godocs.io/github.com/blampe/goat)
296296
-->
297297

298298
### Project Tenets

README.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ A nicely formatted reference may be found at [pkg.go.dev](https://pkg.go.dev/git
159159
### Library Data Flow
160160
![]({{.Root}}/goat.svg)
161161

162-
The diagram above was derived by [./make.sh](./make.sh) from ASCII-art in the Go
162+
The diagram above was derived by [./pre-push.sh](./pre-push.sh) from ASCII-art in the Go
163163
source file [./goat.go](./goat.go).
164164

165165
#### Auto-formatted API docs

0 commit comments

Comments
 (0)