diff options
author | default <nobody@localhost> | 2023-04-12 20:40:44 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-12 20:40:44 +0200 |
commit | ff4cee0b5cbbafe50caf9773c0dff2459193dfbd (patch) | |
tree | 9556d261be9f7362c910bb818ae2518b7e89786d | |
parent | ec48b8ef8c491da5d0c127730cff6402a12982fa (diff) |
The snac page has been renamed to what-is-snac.
-rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -923,7 +923,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, ins = xs_dict_append(ins, "domain", host); ins = xs_dict_append(ins, "title", host); ins = xs_dict_append(ins, "version", "4.0.0 (not true; really " USER_AGENT ")"); - ins = xs_dict_append(ins, "source_url", "https:/" "/comam.es/snac-source"); + ins = xs_dict_append(ins, "source_url", "https:/" "/comam.es/what-is-snac"); ins = xs_dict_append(ins, "description", host); xs *susie = xs_fmt("%s/susie.png", srv_baseurl); |