Skip to content

Commit

Permalink
Update links for the move to JuliaWeb
Browse files Browse the repository at this point in the history
Also bumped the release date.
  • Loading branch information
JamesWrigley committed Jan 29, 2024
1 parent 3c51f30 commit 1f72ace
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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")
2 changes: 1 addition & 1 deletion docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🎉 ✨

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f72ace

Please sign in to comment.