🔗 Updating broken links in "habitica" and "html5" (#10889)

* 🔗 Updating broken links in "habitica"

* 🔗 Updating broken links in "HTML5"
This commit is contained in:
Hmmbob 2019-10-19 22:33:23 +02:00 committed by Franck Nijhof
parent 8935d683c4
commit e08514cb14
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ url:
description: "URL to your Habitica instance, if you are hosting your own"
required: false
type: string
default: http://habitica.com
default: https://habitica.com
sensors:
description: List of sensors to generate for this user. If you don't specify this entry then the default (all sensors) will be generated. If you specify this entry empty then no sensors will be generated.
required: false
@ -84,7 +84,7 @@ So let's call the API on `habitica.api_call`.
* The `name` key becomes `xxxNotAValidNickxxx`.
* The `path` key is trickier.
* Remove 'https://habitica.com/api/v3/' at the beginning of the endpoint URL.
* Remove `https://habitica.com/api/v3/` at the beginning of the endpoint URL.
* Split the remaining on slashes (/) and **append the lowercase method** at the end.
* You should get `["tasks", "user", "post"]`. To get a better idea of the API you are recommended to try all of the API calls in IPython console [using this package](https://github.com/ASMfreaK/habitipy/blob/master/README.md).
* The `args` key is more or less described in the [docs](https://habitica.com/apidoc/).

View File

@ -341,5 +341,5 @@ If you need to verify domain ownership with Google Webmaster Central/Search Cons
2. Create a directory named `www` in your Home Assistant configuration directory (`/config/` share from Samba add-on).
3. Place the downloaded `google*.html` file in the `www` directory.
4. RESTART Home Assistant. **This is important!**
5. Verify the file can be accessed in the browser, e.g., **https://example.com:8123/local/google123456789.html** (change filename). You should see a plain text message saying "google-site-verification: ...". If you see "404: Not Found" or something else, retry the above steps.
5. Verify the file can be accessed in the browser, e.g., `https://example.com:8123/local/google123456789.html` (change filename). You should see a plain text message saying "google-site-verification: ...". If you see "404: Not Found" or something else, retry the above steps.
6. Go back to Google Webmaster Central/Search Console and proceed with the verification.