diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-14 23:07:59 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-14 23:07:59 +0900 |
| commit | e495e0d2e6862d13cc9822c00400cc9d06ed365e (patch) | |
| tree | 5678792c3b7e75a504737b642b3185011b2a4668 | |
| parent | Update config example (diff) | |
| parent | Update example.yml (diff) | |
| download | misskey-e495e0d2e6862d13cc9822c00400cc9d06ed365e.tar.gz misskey-e495e0d2e6862d13cc9822c00400cc9d06ed365e.tar.bz2 misskey-e495e0d2e6862d13cc9822c00400cc9d06ed365e.zip | |
Update config example
| -rw-r--r-- | .config/example.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/example.yml b/.config/example.yml index 2e0970643e..7e20e1fdea 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -4,8 +4,8 @@ description: 'example-description' # Description of your instance maintainer: name: 'example-maitainer-name' # Your name url: 'http://example.com/' # Your contact (http or mailto) - repository_url: 'http://example.com/' # Repository URL - feedback_url: 'http://example.com/' # Feedback URL (e.g. github issue) + repository_url: 'https://github.com/syuilo/misskey' # Repository URL + feedback_url: 'https://github.com/syuilo/misskey/issues' # Feedback URL (e.g. github issue) url: http://localhost/ |