akkadotnet / akka.net

Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
http://getakka.net
Other
4.69k stars 1.04k forks source link

Broken links to some pinned repositories from AkkaDotNet Github organization page #4817

Open object opened 3 years ago

object commented 3 years ago

Not sure at what level this can be fixed, but akkadotnet organization lists the following pinned repositories:

Hyperion and Akka.Persistence.SqlServer use correct hyperlinks (with full path), while Akka.net, Akka.Persistence.Cassandra and Akka.Logger.Serilog only specify the repository name. Because of that Akka.net links to a Petabridge Akka bootcamp, and two others refer to non-existing page.

I am always trapped when I try to go to Akka.net repo from the main organization page. So it's time to create an issue (don't think it's possible to make a PR on organization level).

Aaronontheweb commented 3 years ago

Oh wow, this is from the Github UI?

object commented 3 years ago

I believe so. I first thought this was an authoring mistake, but it looks like GitHub magically decides whether to use relative or absolute path for a repo. And half of the links are broken with people sent to Akka bootcamp site instead of Akka.net repo.