diff options
author | AhmadFCheema <ahmadfarooq123@gmail.com> | 2025-02-24 22:10:16 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-24 14:10:16 -0300 |
commit | 0398bbe7a357d9b572ce3106af17567a20426665 (patch) | |
tree | a7a7ea7d977bcbaefbaa951fabc787938713ce98 | |
parent | 50313be6772a322e0e4b84eed5e517b0a74c3f52 (diff) |
Update Any.do to easy (#2420)
-rw-r--r-- | _data/sites.json | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/_data/sites.json b/_data/sites.json index ccf18ff2..55efb3dc 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -1455,14 +1455,12 @@ { "name": "Any.do", - "url": "https://support.any.do/account-and-profile/", - "difficulty": "medium", - "notes": "You can only delete your account via the mobile app: install the app, log in, click Profile, click Delete Account.", - "notes_ru": "Вы можете удалить свою учетную запись только через мобильное приложение: установите приложение, войдите в систему, нажмите «Профиль», затем «Удалить учетную запись».", - "notes_tr": "Hesabınızı yalnızca mobil uygulamadan silebilirsiniz: Uygulamayı indirin, giriş yapın, \"Profil\" yerine girin ve \"Hesabı Sil\" tuşuna basın.", + "url": "https://app.any.do/", + "difficulty": "easy", + "notes": "For immediate account deletion, in Web/Mobile: Settings(⚙️) → Profile → Delete Account.", "domains": [ "any.do", - "support.any.do" + "app.any.do" ] }, |