_content/blog: fix ellipsis in vuln.md

Change-Id: I150bbc459a22f95229b5de0d27e584609d38077d
Reviewed-on: https://go-review.googlesource.com/c/website/+/428615
Reviewed-by: Tatiana Bradley <tatiana@golang.org>
Reviewed-by: Julie Qiu <julieqiu@google.com>
diff --git a/_content/blog/vuln.md b/_content/blog/vuln.md
index 9092476..f91bd2f 100644
--- a/_content/blog/vuln.md
+++ b/_content/blog/vuln.md
@@ -56,7 +56,7 @@
 To start using govulncheck, you can run the following from your project:
 ```
 $ go install golang.org/x/vuln/cmd/govulncheck@latest
-$ govulncheck ./…
+$ govulncheck ./...
 ```
 
 Govulncheck is a standalone tool to allow frequent updates and rapid iteration
@@ -64,7 +64,7 @@
 In the long term, we plan to integrate the govulncheck tool into the main Go distribution.
 
 To directly integrate vulnerability checking into other tools and processes,
-the [vulncheck](golang.org/x/vuln/vulncheck) package exports govulncheck’s
+the [vulncheck](https://pkg.go.dev/golang.org/x/vuln/vulncheck) package exports govulncheck’s
 functionality as a Go API.
 
 ### Integrations