diff --git a/ql/lib/semmle/go/frameworks/Beego.qll b/ql/lib/semmle/go/frameworks/Beego.qll index bff7d27fb96..729f1b85ebc 100644 --- a/ql/lib/semmle/go/frameworks/Beego.qll +++ b/ql/lib/semmle/go/frameworks/Beego.qll @@ -9,7 +9,7 @@ private import semmle.go.security.SafeUrlFlowCustomizations /** * Provides classes for working with untrusted flow sources, sinks and taint propagators - * from the [Beego](`github.com/beego/beego`) package. + * from the [Beego](https://github.com/beego/beego) package. */ module Beego { /** Gets the module path `github.com/astaxie/beego` or `github.com/beego/beego`. */ diff --git a/ql/lib/semmle/go/frameworks/BeegoOrm.qll b/ql/lib/semmle/go/frameworks/BeegoOrm.qll index 657f89d59b2..f83556c307f 100644 --- a/ql/lib/semmle/go/frameworks/BeegoOrm.qll +++ b/ql/lib/semmle/go/frameworks/BeegoOrm.qll @@ -8,7 +8,7 @@ private import semmle.go.security.StoredXssCustomizations /** * Provides classes for working with untrusted flow sources, sinks and taint propagators - * from the [Beego ORM](`github.com/astaxie/beego/orm`) subpackage. + * from the [Beego ORM](https://github.com/astaxie/beego/orm) subpackage. */ module BeegoOrm { /** Gets the package name `github.com/astaxie/beego/orm`. */