8000 fix README.md, replace link to pkg/ to internal/ by aizatto · Pull Request #62 · jesusprubio/up · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix README.md, replace link to pkg/ to internal/ #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
< 8000 a class="author Link--secondary text-bold css-truncate css-truncate-target expandable" data-hovercard-type="user" data-hovercard-url="/users/jesusprubio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="/jesusprubio">jesusprubio merged 1 commit into from
Nov 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8000
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# up

Troubleshoot problems with your Internet connection based on different
[protocols](pkg/protocol.go) and well-known [public servers](pkg/servers.go).
[protocols](internal/protocol.go) and well-known [public servers](internal/servers.go).

[![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] ![License](https://img.shields.io/github/license/jesusprubio/up)

Expand All @@ -17,8 +17,8 @@ go install -v github.com/jesusprubio/up@latest

## Use

The default behavior is to verify all the [supported protocols](pkg/protocol.go)
against a randomly selected [public server](pkg/servers.go) for each one.
The default behavior is to verify all the [supported protocols](internal/protocol.go)
against a randomly selected [public server](internal/servers.go) for each one.

```sh
up
Expand Down
0