diff --git a/README.md b/README.md index 4171189..73d086f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LibSSH.jl -[![docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jameswrigley.github.io/LibSSH.jl/dev) +[![docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaweb.github.io/LibSSH.jl/dev) A Julia wrapper for [libssh](https://www.libssh.org). Sneak peak: ```julia diff --git a/docs/make.jl b/docs/make.jl index c8286ba..56a4dcc 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -69,12 +69,12 @@ Changelog.generate( Changelog.Documenter(), joinpath(@__DIR__, "src/changelog.md"), joinpath(@__DIR__, "src/generated_changelog.md"), - repo="JamesWrigley/LibSSH.jl" + repo="JuliaWeb/LibSSH.jl" ) # Build and deploy the docs makedocs(; - repo = Remotes.GitHub("JamesWrigley", "LibSSH.jl"), + repo = Remotes.GitHub("JuliaWeb", "LibSSH.jl"), sitename = "LibSSH", format = Documenter.HTML( prettyurls=get(ENV, "CI", "false") == "true", @@ -93,4 +93,4 @@ makedocs(; modules = [LibSSH], warnonly = :missing_docs ) -deploydocs(; repo="github.com/JamesWrigley/LibSSH.jl.git") +deploydocs(; repo="github.com/JuliaWeb/LibSSH.jl.git") diff --git a/docs/src/changelog.md b/docs/src/changelog.md index ec40f0b..2d66b4f 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -3,7 +3,7 @@ This documents notable changes in LibSSH.jl. The format is based on [Keep a Changelog](https://keepachangelog.com). -## [v0.1.0] - 2024-01-28 +## [v0.1.0] - 2024-01-29 The initial release 🎉 ✨ diff --git a/docs/src/index.md b/docs/src/index.md index cfc96f3..2c1d85e 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -21,7 +21,7 @@ ssh.lib_version() !!! warning LibSSH.jl is still under heavy development and may contain bugs. We strongly recommend testing your code as much as possible. If you have found a bug, - please [report it](https://github.com/JamesWrigley/LibSSH.jl/issues/new). + please [report it](https://github.com/JuliaWeb/LibSSH.jl/issues/new). ## Installation