mirror of https://github.com/perkeep/perkeep.git
pkg/importer/swarm: update importer URLs
update URLs used when registering Foursquare App to use updated importer name. Fixes #1179 Change-Id: If0889c3d4a9f323b2729d6061549524cdfc4d148
This commit is contained in:
parent
d344b5cc92
commit
b2f5e85b51
|
@ -119,7 +119,7 @@ func (im *imp) SummarizeAccount(acct *importer.Object) string {
|
|||
}
|
||||
|
||||
func (im *imp) AccountSetupHTML(host *importer.Host) string {
|
||||
base := host.ImporterBaseURL() + "foursquare"
|
||||
base := host.ImporterBaseURL() + "swarm"
|
||||
return fmt.Sprintf(`
|
||||
<h1>Configuring Foursquare</h1>
|
||||
<p>Visit <a href='https://foursquare.com/developers/apps'>https://foursquare.com/developers/apps</a> and click "Create a new app".</p>
|
||||
|
|
Loading…
Reference in New Issue