Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from OoLunar/master
Browse files Browse the repository at this point in the history
Change base url to the new updated one
  • Loading branch information
VelvetToroyashi authored Feb 10, 2023
2 parents 5791d79 + 8688655 commit ef46064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Handlers/QueryHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace DSharpPlusDocs.Handlers
public class QueryHandler
{
public Cache Cache { get; private set; }
public static string DocsBaseUrl { get; set; } = "https://dsharpplus.github.io/";
public static string DocsBaseUrl { get; set; } = "https://dsharpplus.github.io/DSharpPlus";

public QueryHandler() => Cache = new Cache();

Expand Down

0 comments on commit ef46064

Please sign in to comment.