Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 786 Bytes

MIGRATING.md

File metadata and controls

25 lines (17 loc) · 786 Bytes

First of all, thanks for taking the time to contribute! 🎉👍

2022-05-04 Transfer to new organization

Project has been moved from ambanum/OpenTermsArchive-api to OpenTermsArchive/api-legacy

To reflect this change, if you already have this project on your local, go to the given folder and launch

    cd OpenTermsArchive-api
    git remote set-url origin https://github.com/OpenTermsArchive/api-legacy.git

2021-02-24 Name change

CGUs has become a new project called OpentermsArchive

To reflect this change, if you already have this project on your local, go to the given folder and launch

    cd ..
    mv CGUs-api OpenTermsArchive-api
    cd OpenTermsArchive-api
    git remote set-url origin https://github.com/ambanum/OpenTermsArchive-api.git