Skip to content

Commit ebc21d4

Browse files
committed
migrating docs
1 parent b3a8e74 commit ebc21d4

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "WGPUCore"
22
uuid = "53d714bf-0d76-4802-84b4-6cb75cca55f5"
33
authors = ["arhik <[email protected]>"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# WGPUCore
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://arhik.github.io/WGPUCore.jl/stable/)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://arhik.github.io/WGPUCore.jl/dev/)
5-
[![Build Status](https://github.com/arhik/WGPUCore.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/arhik/WGPUCore.jl/actions/workflows/CI.yml?query=branch%3Amain)
6-
[![Coverage](https://codecov.io/gh/arhik/WGPUCore.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/arhik/WGPUCore.jl)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaWGPU.github.io/WGPUCore.jl/stable/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaWGPU.github.io/WGPUCore.jl/dev/)
5+
[![Build Status](https://github.com/JuliaWGPU/WGPUCore.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaWGPU/WGPUCore.jl/actions/workflows/CI.yml?query=branch%3Amain)
6+
[![Coverage](https://codecov.io/gh/JuliaWGPU/WGPUCore.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaWGPU/WGPUCore.jl)
77

88
WGPU Native based graphics engine core
99

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DocMeta.setdocmeta!(WGPUCore, :DocTestSetup, :(using WGPUCore); recursive=true)
66
makedocs(;
77
modules=[WGPUCore],
88
authors="arhik <[email protected]> and contributors",
9-
repo="https://github.com/arhik/WGPUCore.jl/blob/{commit}{path}#{line}",
9+
repo="https://github.com/JuliaWGPU/WGPUCore.jl/blob/{commit}{path}#{line}",
1010
sitename="WGPUCore.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
13-
canonical="https://arhik.github.io/WGPUCore.jl",
13+
canonical="https://JuliaWGPU.github.io/WGPUCore.jl",
1414
edit_link="main",
1515
assets=String[],
1616
),
@@ -20,6 +20,6 @@ makedocs(;
2020
)
2121

2222
deploydocs(;
23-
repo="github.com/arhik/WGPUCore.jl",
23+
repo="github.com/JuliaWGPU/WGPUCore.jl",
2424
devbranch="main",
2525
)

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CurrentModule = WGPUCore
44

55
# WGPUCore
66

7-
Documentation for [WGPUCore](https://github.com/arhik/WGPUCore.jl).
7+
Documentation for [WGPUCore](https://github.com/JuliaWGPU/WGPUCore.jl).
88

99
```@index
1010
```

0 commit comments

Comments
 (0)