Skip to content

Commit

Permalink
nuke the getsatisfaction URL in the Qiqqa help text(s) -- jimmejardin…
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Oct 29, 2020
1 parent d13a65b commit 2c92a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Qiqqa/Common/Configuration/WebsiteAccess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private static bool ValidateRemoteCertificate(object sender, X509Certificate cer
public static readonly string Url_CSLManual = @"http://citationstyles.org/downloads/specification.html";
public static readonly string Url_CSLAbout = @"http://editor.citationstyles.org/about/";

public static readonly string Url_Forums = @"http://getsatisfaction.com/qiqqa";
public static readonly string Url_Forums = @"https://github.com/jimmejardine/qiqqa-open-source/issues";

public static readonly string Url_Datacopia = @"https://www.youtube.com/watch?v=NnNm_aqYUrQ";
public static readonly string Url_Omnipatents = @"http://www.omnipatents.com";
Expand Down Expand Up @@ -69,7 +69,7 @@ private static bool ValidateRemoteCertificate(object sender, X509Certificate cer

public static readonly string Url_GithubRepo4Qiqqa = @"https://github.com/jimmejardine/qiqqa-open-source";
public static readonly string Url_Support4Qiqqa = @"https://github.com/jimmejardine/qiqqa-open-source/issues";
public static readonly string Url_Documentation4Qiqqa = @"http://bit.ly/QIQQA"; // --> https://gerhobbelt.github.io/qiqqa-open-source
public static readonly string Url_Documentation4Qiqqa = @"https://qiqqa.org/"; // previously: http://bit.ly/QIQQA

// bibtexsearch.com search URL has 1 parameter: the server ID/number (1..4):
public static readonly string Url_BibTeXSearchServerN = @"http://search{0}.bibtexsearch.com:80";
Expand Down Expand Up @@ -180,7 +180,7 @@ public static void TopUpWebLibrary(string web_library_short_id)
// ------------------------------------------------------------------------------------------------------------------------------------------------------------

/// <summary>
/// Gets the url of the root of the main website.
/// Gets the url of the root of the main website.
/// </summary>
/// <returns></returns>
private static string GetWebsiteUrl()
Expand Down

0 comments on commit 2c92a5e

Please sign in to comment.