updated all references

This commit is contained in:
David Allen 2024-11-03 19:53:48 -07:00
parent 58627a53ec
commit d889082e80
Signed by: towk
GPG key ID: 793B2924A49B3A3F
22 changed files with 56 additions and 56 deletions

View file

@ -100,9 +100,9 @@ diff: ## git diff
.PHONY: docs
docs: ## go docs
$(call print-target)
go doc github.com/OpenCHAMI/magellan/cmd
go doc github.com/OpenCHAMI/magellan/internal
go doc github.com/OpenCHAMI/magellan/pkg/crawler
go doc github.com/davidallendj/magellan/cmd
go doc github.com/davidallendj/magellan/internal
go doc github.com/davidallendj/magellan/pkg/crawler
.PHONY: emulator
emulator: