diff options
| author | Sam Scholten | 2026-08-30 12:58:45 +1000 |
|---|---|---|
| committer | Sam Scholten | 2026-08-30 12:58:45 +1000 |
| commit | 2eb104660d4258e90916b75bd6237f5e1603cef0 (patch) | |
| tree | 919db46057632bb0000157f41e8bfe775884f492 /main.go | |
| parent | a6af46ae4692276b8ba72082e5a6ad7553f48dfe (diff) | |
| download | fluxrec-2eb104660d4258e90916b75bd6237f5e1603cef0.tar.gz fluxrec-2eb104660d4258e90916b75bd6237f5e1603cef0.zip | |
drop stale references to local-only planning docs
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ // fluxrec command-line tool. -// Personal Miniflux article recommender; see PLAN.md for the design. +// Personal Miniflux article recommender; see README.md. package main import ( @@ -61,7 +61,7 @@ func main() { func printHelp() { fmt.Printf(`fluxrec <command> [arguments] -Personal Miniflux article recommender (see PLAN.md). +Personal Miniflux article recommender (see README.md). Commands: score Score stdin titles with a trained model (debugging) |
