From 4f16251fd18f9452475b3fa5df865145b30768e0 Mon Sep 17 00:00:00 2001 From: Carl George Date: Jan 04 2019 04:16:30 +0000 Subject: Update bootstrapping link --- diff --git a/templates/rpm/spectemplate-go-0-source-minimal.spec b/templates/rpm/spectemplate-go-0-source-minimal.spec index 92cc0f1..a77f499 100644 --- a/templates/rpm/spectemplate-go-0-source-minimal.spec +++ b/templates/rpm/spectemplate-go-0-source-minimal.spec @@ -89,7 +89,7 @@ Source0: %{gosource} # Remember to send fixes and problem reports upstream. # When you package an import path, that participates in a dependency loop, you # need bootstraping to manage the initial builds: -# https://fedoraproject.org/wiki/Packaging:Guidelines#Bootstrapping +# https://docs.fedoraproject.org/en-US/packaging-guidelines/#bootstrapping # For Go code, that means your bootstrap section should: # – remove unit tests that import other parts of the loop # – remove code that imports other parts of the loop