From f51c333db937618970424f8a2fe3291799204103 Mon Sep 17 00:00:00 2001 From: Siddhant Chaudhary Date: Sat, 28 Sep 2024 15:57:18 +0530 Subject: [PATCH] Changing the repo url + badges. --- README.md | 6 +++--- docs/make.jl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 859b6f3..9f96c90 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ColBERT.jl: Efficient, late-interaction retrieval systems in Julia! -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://codetalker7.github.io/ColBERT.jl/stable/) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://codetalker7.github.io/ColBERT.jl/dev/) -[![Build Status](https://github.com/codetalker7/ColBERT.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/codetalker7/ColBERT.jl/actions/workflows/CI.yml?query=branch%3Amain) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaGenAI.github.io/ColBERT.jl/stable/) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaGenAI.github.io/ColBERT.jl/dev/) +[![Build Status](https://github.com/JuliaGenAI/ColBERT.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaGenAI/ColBERT.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/JuliaGenAI/ColBERT.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaGenAI/ColBERT.jl) [![SciML Code Style](https://img.shields.io/static/v1?label=code%20style&message=SciML&color=9558b2&labelColor=389826)](https://github.com/SciML/SciMLStyle) [![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor%27s%20Guide-blueviolet)](https://github.com/SciML/ColPrac) diff --git a/docs/make.jl b/docs/make.jl index 21f0217..f08a71b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -18,7 +18,7 @@ makedocs(; ) deploydocs(; - repo = "github.com/codetalker7/ColBERT.jl", + repo = "github.com/JuliaGenAI/ColBERT.jl", target = "build", devbranch = "main", push_preview = true