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:
Will Norris 2018-05-29 06:49:44 +00:00
parent d344b5cc92
commit b2f5e85b51
1 changed files with 1 additions and 1 deletions

View File

@ -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>