Rest sensor version from home-assistant.io no longer valid?

used to this setup for my version sensor:

  - platform: rest
    name: Ha available version
    resource: https://www.home-assistant.io/version.json
    value_template: >
      {{value_json.current_version}}
    json_attributes:
##      - current_version
      - release_date
      - release_notes
      - release_notes_path
      - release_title
      - release_description
      - patch_version_notes
      - root_url
      - semantic_version
    scan_interval: 3600

but this now seems to be the regular homepage? has anything changed, or is this a fluke. Anyone with any news on this please?

thanks for having a look

update to the address has fixed this. thanks!
Schermafbeelding 2020-06-09 om 15.14.42