diff --git a/README.md b/README.md index 8417635..adb25cd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Redirects are configured in an array, below is an example config. ```toml [[domain_configs]] domains = ["sub.domain.tld", "sub2.domain.tld"] -target = "sub.domain.tld/query" +target = "https://sub.domain.tld/query" ``` By default, DomainLink does not create any redirect rules, you will have to create these yourself. Support for `/root/.config/domainlink/redirects` may come in the future. \ No newline at end of file