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

Commit ef46064

Browse files
Merge pull request #4 from OoLunar/master
Change base url to the new updated one
2 parents 5791d79 + 8688655 commit ef46064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Handlers/QueryHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace DSharpPlusDocs.Handlers
3030
public class QueryHandler
3131
{
3232
public Cache Cache { get; private set; }
33-
public static string DocsBaseUrl { get; set; } = "https://dsharpplus.github.io/";
33+
public static string DocsBaseUrl { get; set; } = "https://dsharpplus.github.io/DSharpPlus";
3434

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

0 commit comments

Comments
 (0)