Skip to content

Commit

Permalink
move repo/website
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterTinus committed Feb 7, 2020
1 parent 9a99aeb commit a68016b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Expand Up @@ -10,8 +10,8 @@ assignees: ''
**Before you post**
First make sure that your feature is not already in the program by browsing through the documentation.

Manual: https://pkisharp.github.io/win-acme/manual/getting-started
Reference: https://pkisharp.github.io/win-acme/reference/cli
Manual: https://www.win-acme.com/manual/getting-started
Reference: https://www.win-acme.com/reference/cli

Then make sure to search through the issue list to check if others have requested a similar feature already. If you find an existing issue, make your voice heard there. Your input may provide valueable extra information towards desiging a fitting solution and will increase its priority.

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Expand Up @@ -10,8 +10,8 @@ assignees: ''
**Before you post**
First make sure that your question is not already answered by the documentation.

Manual: https://pkisharp.github.io/win-acme/manual/getting-started
Reference: https://pkisharp.github.io/win-acme/reference/cli
Manual: https://www.win-acme.com/manual/getting-started
Reference: https://www.win-acme.com/reference/cli

Then make sure to search through the issue list to check if others have asked a similar question already. If you find an existing question without a satisfying answer, make your voice heard there.

Expand Down
Expand Up @@ -24,7 +24,7 @@ public override async Task<ScriptOptions> Aquire(Target target, IInputService in
{
var ret = new ScriptOptions();
var args = _arguments.GetArguments<ScriptArguments>();
inputService.Show("Full instructions", "https://pkisharp.github.io/win-acme/reference/plugins/installation/script");
inputService.Show("Full instructions", "https://www.win-acme.com/reference/plugins/installation/script");
do
{
ret.Script = await _arguments.TryGetArgument(args.Script, inputService, "Enter the path to the script that you want to run after renewal");
Expand Down
2 changes: 1 addition & 1 deletion src/main.test/Mock/Services/SettingsService.cs
Expand Up @@ -6,7 +6,7 @@ namespace PKISharp.WACS.UnitTests.Mock.Services
{
class MockSettingsService : ISettingsService
{
public Uri BaseUri => new Uri("https://pkisharp.github.io/win-acme/");
public Uri BaseUri => new Uri("https://www.win-acme.com/");
public SettingsService.UiSettings UI => new SettingsService.UiSettings();
public SettingsService.AcmeSettings Acme => new SettingsService.AcmeSettings();
public SettingsService.ProxySettings Proxy => new SettingsService.ProxySettings();
Expand Down
10 changes: 1 addition & 9 deletions src/wacs.sln
Expand Up @@ -11,8 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\build\sign-exe.ps1 = ..\build\sign-exe.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "docs", "..\docs\docs.csproj", "{F115D288-DF07-4424-BF08-594C2DB7C1BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentCommandLineParser", "fluent-command-line-parser\FluentCommandLineParser\FluentCommandLineParser.csproj", "{74CDFA61-81D8-40F2-B536-949BABA15D3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "wacs.lib", "main.lib\wacs.lib.csproj", "{6D8A5D1A-F785-4596-B60A-9AD7250FB97D}"
Expand All @@ -36,7 +34,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1FD6
..\.github\ISSUE_TEMPLATE\question.md = ..\.github\ISSUE_TEMPLATE\question.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wacs.validation.dns.cloudflare", "plugin.validation.dns.cloudflare\wacs.validation.dns.cloudflare.csproj", "{DB1D4461-5563-425E-8D5E-D57893015D73}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "wacs.validation.dns.cloudflare", "plugin.validation.dns.cloudflare\wacs.validation.dns.cloudflare.csproj", "{DB1D4461-5563-425E-8D5E-D57893015D73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -45,12 +43,6 @@ Global
ReleasePluggable|Any CPU = ReleasePluggable|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F115D288-DF07-4424-BF08-594C2DB7C1BB}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{F115D288-DF07-4424-BF08-594C2DB7C1BB}.Debug|Any CPU.Build.0 = Release|Any CPU
{F115D288-DF07-4424-BF08-594C2DB7C1BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F115D288-DF07-4424-BF08-594C2DB7C1BB}.Release|Any CPU.Build.0 = Release|Any CPU
{F115D288-DF07-4424-BF08-594C2DB7C1BB}.ReleasePluggable|Any CPU.ActiveCfg = Release|Any CPU
{F115D288-DF07-4424-BF08-594C2DB7C1BB}.ReleasePluggable|Any CPU.Build.0 = Release|Any CPU
{74CDFA61-81D8-40F2-B536-949BABA15D3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74CDFA61-81D8-40F2-B536-949BABA15D3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74CDFA61-81D8-40F2-B536-949BABA15D3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down

0 comments on commit a68016b

Please sign in to comment.