diff --git a/docs/contributing/architecture.md b/docs/contributing/architecture.md index 49148087c06..19b150bc39f 100644 --- a/docs/contributing/architecture.md +++ b/docs/contributing/architecture.md @@ -24,7 +24,7 @@ All vulnerability data is stored in [Cloud Datastore], with the [models] defined [Cloud Datastore]: https://cloud.google.com/datastore [models]: https://googleapis.dev/python/python-ndb/latest/index.html#defining-entities-keys-and-properties -[here]: https://github.com/google/osv/blob/master/osv/models.py +[here]: https://github.com/google/osv.dev/blob/master/osv/models.py ## Google Kubernetes Engine (GKE) @@ -35,7 +35,7 @@ Workers are Docker containers, which use [gVisor] for sandboxing untrusted workloads. [GKE]: https://cloud.google.com/kubernetes-engine -[workers]: https://github.com/google/osv/tree/master/gcp/workers +[workers]: https://github.com/google/osv.dev/tree/master/gcp/workers [gVisor]: https://gvisor.dev/ [Cloud Pub/Sub]: https://cloud.google.com/pubsub @@ -43,7 +43,7 @@ workloads. The [API server] runs on [Cloud Run], and is served by [Cloud Endpoints]. -[API server]: https://github.com/google/osv/tree/master/gcp/api +[API server]: https://github.com/google/osv.dev/tree/master/gcp/api [Cloud Run]: https://cloud.google.com/run [Cloud Endpoints]: https://cloud.google.com/endpoints diff --git a/gcp/website/frontend3/src/templates/home.html b/gcp/website/frontend3/src/templates/home.html index 85e0b588d8a..c6c984a0fbe 100644 --- a/gcp/website/frontend3/src/templates/home.html +++ b/gcp/website/frontend3/src/templates/home.html @@ -335,7 +335,7 @@

GitHub Workflows

Open source

This project is open source. If you have any ideas or questions, please feel free to reach out by creating an issue!

+ href="https://github.com/google/osv.dev/issues/new/choose">creating an issue!

= 3 && pathParts[len(pathParts)-2] == "commit" { return osvschema.Reference_FIX } diff --git a/vulnfeeds/vulns/vulns_test.go b/vulnfeeds/vulns/vulns_test.go index c43c6a2af28..4e21d4fc73d 100644 --- a/vulnfeeds/vulns/vulns_test.go +++ b/vulnfeeds/vulns/vulns_test.go @@ -12,8 +12,8 @@ import ( "time" gocmp "github.com/google/go-cmp/cmp" - "github.com/google/osv/vulnfeeds/models" - "github.com/google/osv/vulnfeeds/utility" + "github.com/google/osv.dev/vulnfeeds/models" + "github.com/google/osv.dev/vulnfeeds/utility" "github.com/ossf/osv-schema/bindings/go/osvschema" "google.golang.org/protobuf/testing/protocmp" ) @@ -25,7 +25,7 @@ func TestClassifyReferenceLink(t *testing.T) { refType osvschema.Reference_Type }{ {"https://example.com", "", osvschema.Reference_WEB}, - {"https://github.com/google/osv/commit/cd4e934d0527e5010e373e7fed54ef5daefba2f5", "", osvschema.Reference_FIX}, + {"https://github.com/google/osv.dev/commit/cd4e934d0527e5010e373e7fed54ef5daefba2f5", "", osvschema.Reference_FIX}, {"https://github.com/advisories/GHSA-fr26-qjc8-mvjx", "", osvschema.Reference_ADVISORY}, {"https://github.com/dpgaspar/Flask-AppBuilder/security/advisories/GHSA-624f-cqvr-3qw4", "", osvschema.Reference_ADVISORY}, {"https://github.com/Netflix/lemur/issues/117", "", osvschema.Reference_REPORT},