esmero / archipelago-documentation

Archipelago Commons' ever evolving Documentation Repository
20 stars 20 forks source link

URL for installing Docker for Mac needs updating #211

Closed johnnydtan closed 1 month ago

johnnydtan commented 1 month ago

On https://docs.archipelago.nyc/1.4.0/archipelago-deployment-osx/, the URL for installing Docker for Mac is outdated.

Currently, it's: https://docs.docker.com/docker-for-mac/ It should be: https://docs.docker.com/desktop/install/mac-install/

DiegoPino commented 1 month ago

@johnnydtan, hi,

1.1.0 is a previous release version and as project we don't modify/act on older documentation, they act almost like an history book of previous work. Current release is 1.4.0. If you could please target your pull against the actual source for that doc (we have a GitHub action that uses https://github.com/esmero/archipelago-deployment/blob/1.4.0/docs/osx.md) that would be great. Thanks

johnnydtan commented 1 month ago

@DiegoPino: My pull actually does target 1.4.0, it was just this issue description that referenced 1.1.0.

In trying to determine why it said 1.1.0, I realized that it's because that's what's pointed to on Metro's Services page: https://metro.org/services

If you scroll to the bottom of that page, the link to Archipelago points to https://docs.archipelago.nyc/1.1.0/ -- this is where I got the original link that was part of my Issue comment. However my pull (#212) does in fact target 1.4.0.

Apologies for the confusion!

johnnydtan commented 1 month ago

Oh wait, nevermind. I see what you mean now. I will open the pull against the other repo.

johnnydtan commented 1 month ago

Closing as obsolete.