nodejs / board

The Node Foundation Board of Directors
52 stars 28 forks source link

Fix GitHub Organization Members link #66

Closed DiegoRBaquero closed 7 years ago

DiegoRBaquero commented 7 years ago

This PR fixes the link for the members of the GitHub nodejs organization.

williamkapke commented 7 years ago

I believe the link to https://github.com/orgs/nodejs/teams/members is (technically) more accurate based on how teams are assigned to repos... which (I think) only people that are in the members team can access that repo.

The people list only shows the people that are part of the org and have the "display to public" enabled.

Ping @jasnell - does this sound right to you?

DiegoRBaquero commented 7 years ago

Oh, actually, you are right.

The thing is that, and I just realized, teams information is not public, thus that link doesn't work publicly, only for members of the org. It 404s

williamkapke commented 7 years ago

😎 Thanks for asking about this. Maybe we could use a PR with a note about it being private access?