Skip to content

Commit

Permalink
fix: removed the staging documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-from-contentstack committed Mar 27, 2024
1 parent 4d9917e commit e0a3e55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/contentstack/cms/stack/Merge.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* @author ishaileshmishra
* @version v1.0.0
* @see <a href=
* "https://stag-www.contentstack.com/docs/developers/apis/content-management-api/#merge-branches">Merge
* "https://www.contentstack.com/docs/developers/apis/content-management-api/#merge-branches">Merge
* Branches </a>
* @since 2023 -June-30
*/
Expand Down Expand Up @@ -128,7 +128,7 @@ public Call<ResponseBody> branch(@NotNull String compareBranch, JSONObject reque
*
* @return the call
* @see <a href=
* "https://stag-www.contentstack.com/docs/developers/apis/content-management-api/#get-all-merge-jobs"></a>Get
* "https://www.contentstack.com/docs/developers/apis/content-management-api/#get-all-merge-jobs"></a>Get
* all
* Merge Jobs
*/
Expand All @@ -144,7 +144,7 @@ public Call<ResponseBody> find() {
* @param mergeJobUid the key of the header to be added
* @return the call
* @see <a href=
* "https://stag-www.contentstack.com/docs/developers/apis/content-management-api/#get-single-merge-job"></a>Get
* "https://www.contentstack.com/docs/developers/apis/content-management-api/#get-single-merge-job"></a>Get
* a
* Single Merge Job
*/
Expand Down

0 comments on commit e0a3e55

Please sign in to comment.