diff --git a/pkg/oonimkall/taskmodel.go b/pkg/oonimkall/taskmodel.go index e3df63c20..41e5b19ea 100644 --- a/pkg/oonimkall/taskmodel.go +++ b/pkg/oonimkall/taskmodel.go @@ -317,7 +317,7 @@ type settingsOptions struct { // present, then the library startup will fail. SoftwareVersion string `json:"software_version,omitempty"` - // TODO(bassosimone,DecFox): to support OONI Run v2 descriptors with + // TODO(https://github.com/ooni/probe/issues/2767): to support OONI Run v2 descriptors with // richer input from mobile, here we also need a string-serialization // of the descriptor options to load. } diff --git a/pkg/oonimkall/taskrunner.go b/pkg/oonimkall/taskrunner.go index 58876a28f..498bbc1fc 100644 --- a/pkg/oonimkall/taskrunner.go +++ b/pkg/oonimkall/taskrunner.go @@ -194,7 +194,7 @@ func (r *runnerForTask) Run(rootCtx context.Context) { // load targets using the experiment-specific loader loader := builder.NewTargetLoader(&model.ExperimentTargetLoaderConfig{ CheckInConfig: &model.OOAPICheckInConfig{ - // TODO(bassosimone,DecFox): to correctly load Web Connectivity targets + // TODO(https://github.com/ooni/probe/issues/2766): to correctly load Web Connectivity targets // here we need to honour the relevant check-in settings. }, Session: sess,