Skip to content

Commit 1f72ace

Browse files
committed
Update links for the move to JuliaWeb
Also bumped the release date.
1 parent 3c51f30 commit 1f72ace

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LibSSH.jl
22

3-
[![docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jameswrigley.github.io/LibSSH.jl/dev)
3+
[![docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaweb.github.io/LibSSH.jl/dev)
44

55
A Julia wrapper for [libssh](https://www.libssh.org). Sneak peak:
66
```julia

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ Changelog.generate(
6969
Changelog.Documenter(),
7070
joinpath(@__DIR__, "src/changelog.md"),
7171
joinpath(@__DIR__, "src/generated_changelog.md"),
72-
repo="JamesWrigley/LibSSH.jl"
72+
repo="JuliaWeb/LibSSH.jl"
7373
)
7474

7575
# Build and deploy the docs
7676
makedocs(;
77-
repo = Remotes.GitHub("JamesWrigley", "LibSSH.jl"),
77+
repo = Remotes.GitHub("JuliaWeb", "LibSSH.jl"),
7878
sitename = "LibSSH",
7979
format = Documenter.HTML(
8080
prettyurls=get(ENV, "CI", "false") == "true",
@@ -93,4 +93,4 @@ makedocs(;
9393
modules = [LibSSH],
9494
warnonly = :missing_docs
9595
)
96-
deploydocs(; repo="github.com/JamesWrigley/LibSSH.jl.git")
96+
deploydocs(; repo="github.com/JuliaWeb/LibSSH.jl.git")

docs/src/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This documents notable changes in LibSSH.jl. The format is based on [Keep a
44
Changelog](https://keepachangelog.com).
55

6-
## [v0.1.0] - 2024-01-28
6+
## [v0.1.0] - 2024-01-29
77

88
The initial release 🎉 ✨
99

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ssh.lib_version()
2121
!!! warning
2222
LibSSH.jl is still under heavy development and may contain bugs. We strongly
2323
recommend testing your code as much as possible. If you have found a bug,
24-
please [report it](https://github.com/JamesWrigley/LibSSH.jl/issues/new).
24+
please [report it](https://github.com/JuliaWeb/LibSSH.jl/issues/new).
2525

2626
## Installation
2727

0 commit comments

Comments
 (0)