Conversation
Changing references from master to main to avoid 301s
| creates a _service_ – a long-running supervised process that is | ||
| automatically restarted upon termination, and can be controlled via the | ||
| set of management scripts described in | ||
| [INTERNALS.md](https://github.com/medic/medic-os/blob/master/INTERNALS.md). |
There was a problem hiding this comment.
@Hareet, @henokgetachew, if you look at this URL (even the old version without my change to main), it goes to a broken page. Do you know where it should go so I can fix it here?
There was a problem hiding this comment.
I'm not sure. We'd have to look in the git history to look for that file. I suspect it's been renamed to a README file.
|
@jonathanvq FYI medic-os will be deprecated as soon as cht-core 4.0.0 is released. |
henokgetachew
left a comment
There was a problem hiding this comment.
Looks good. I don't see a scenario where we build a release from this repo but if we're ever going to do that, we'd have to also update travis-ci to pull from the main branch because this repo doesn't have github actions configured.
| creates a _service_ – a long-running supervised process that is | ||
| automatically restarted upon termination, and can be controlled via the | ||
| set of management scripts described in | ||
| [INTERNALS.md](https://github.com/medic/medic-os/blob/master/INTERNALS.md). |
There was a problem hiding this comment.
I'm not sure. We'd have to look in the git history to look for that file. I suspect it's been renamed to a README file.
This pull request is part of the changes for ticket medic/cht-core#6574. With this, we are removing references to master branch of this repo and using main, to avoid unnecessary 301s redirects. It is minor, but I wanted to make sure to remove as many references as possible.
Some other docs were not changed yet, as they reference a master branch of a repo that does not yet have a main branch as its default.