Skip to content

Commit

Permalink
Changing the repo url + badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
codetalker7 committed Sep 28, 2024
1 parent e70cbb3 commit f51c333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f51c333

Please sign in to comment.