diff options
Diffstat (limited to 'data/update.sh')
-rwxr-xr-x | data/update.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/update.sh b/data/update.sh index e7cb139..a3bf2a6 100755 --- a/data/update.sh +++ b/data/update.sh @@ -1,9 +1,9 @@ #!/bin/bash # RSS -RSS_TITLE='omeckman.net pub-docs' -RSS_TITLE_LINK='https://omeckman.net/pub-docs/' -RSS_TITLE_DESC='omeckman.net public documents / $blog' +RSS_TITLE='muckedout.com' +RSS_TITLE_LINK='https://muckedout.com/docs/' +RSS_TITLE_DESC='mucked out database' RSS_MY_URL=${RSS_TITLE_LINK} cp INDEX_template.md INDEX.md |