From 09a0a4bb1cca8eb7c248b18fc7ad39bf73596757 Mon Sep 17 00:00:00 2001 From: Dongmei Cao Date: Fri, 7 Dec 2018 10:29:53 -0800 Subject: [PATCH] Update the Java repo links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 332b29d..13d897f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ CZDS API Client in Python =========== This repository provides a Python example of how to download zone files via CZDS (Centralized Zone Data Service) REST API. -A detail API Specs can be found [here.](https://github.com/icann/czds-api-client/tree/master/docs) +A detail API Specs can be found [here.](https://github.com/icann/czds-api-client-java/tree/master/docs) -There is also an example provided in Java. It can be found in [this repo.](https://github.com/icann/czds-api-client) +There is also an example provided in Java. It can be found in [this repo.](https://github.com/icann/czds-api-client-java) Installation ------------