Skip to content

Commit daa7e37

Browse files
docs: update api.go reference (#1912)
## What kind of change does this PR introduce? docs ## What is the current behavior? Commit 1a52eb6 moved `api.go` to `internal`, without updating all references. ## What is the new behavior? This PR adjusts sources to changes. ## Additional context Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 05c8c09 commit daa7e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ The base URL used for constructing the URLs to request authorization and access
468468
To try out external authentication with Apple locally, you will need to do the following:
469469

470470
1. Remap localhost to \<my_custom_dns \> in your `/etc/hosts` config.
471-
2. Configure auth to serve HTTPS traffic over localhost by replacing `ListenAndServe` in [api.go](api/api.go) with:
471+
2. Configure auth to serve HTTPS traffic over localhost by replacing `ListenAndServe` in [api.go](internal/api/api.go) with:
472472

473473
```
474474
func (a *API) ListenAndServe(hostAndPort string) {

0 commit comments

Comments
 (0)