Skip to content

Update CryptoSD meetup link to HTTPS #18675

Description

@alerodriargui

Description

src/data/community-meetups.json lists the CryptoSD meetup with an insecure http:// URL:

{
  "title": "CryptoSD",
  "location": "San Diego, USA",
  "link": "http://cryptosandiego.org"
}

Most external links in site data use HTTPS when available. Keeping this as HTTP can trigger mixed-security warnings and sends users through an insecure first hop.

Suggested fix

Check whether https://cryptosandiego.org is available and update the meetup link to HTTPS if it works. If the domain has moved, update the entry to the current canonical meetup/community URL.

File

  • src/data/community-meetups.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    content 🖋️This involves copy additions or editsgood first issueGood item to try if you're new to contributing

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions