fatih-yavuz / links.dev

A free linktree alternative only for devs. Get a nice page at links.dev/username. Simple site to group all your links. Register your username before someone else does.
MIT License
227 stars 149 forks source link

Update registry.yaml #184

Closed ricardogouveia3 closed 1 year ago

ricardogouveia3 commented 1 year ago

Addsa HTML SP to create a links.dev for the meetup

ricardogouveia3 commented 1 year ago

@esau-morais I've just forked the my links repo to the organization page, it contains the page.json file https://github.com/HTML-SP/my-links

esau-morais commented 1 year ago

@esau-morais I've just forked the my links repo to the organization page, it contains the page.json file https://github.com/HTML-SP/my-links

There's a function that verifies if your page.json file is a duplicate of the owner (forked repo) and is not passing because you've just forked, but didn't change anything in the file.

ricardogouveia3 commented 1 year ago

@esau-morais oh ok, didn't know about this check, i've just edited the file with the meetup social links. Also, I've seen that I cannot register multiple usernames, but as I'm doing it as an meetup, I hope it is ok

esau-morais commented 1 year ago

@esau-morais oh ok, didn't know about this check, i've just edited the file with the meetup social links. Also, I've seen that I cannot register multiple usernames, but as I'm doing it as an meetup, I hope it is ok

The CI still failing and now it is returning undefined because there's probably a syntax error on your page.json

If I'm not mistaken, line 25 shouldn't have the comma: https://github.com/HTML-SP/my-links/blob/main/page.json#L25