diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c314999..76ed11b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }} + url: https://tao3k.github.io/orgize/ steps: - name: Checkout diff --git a/Cargo.toml b/Cargo.toml index 6600b9d..c98701a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [".", "./wasm"] name = "orgize" version = "0.10.0-alpha.10" authors = ["PoiScript "] -repository = "https://github.com/PoiScript/orgize" +repository = "https://github.com/tao3k/orgize" edition = "2021" license = "MIT" description = "A Rust library for parsing org-mode files." diff --git a/README.md b/README.md index bf7a1d9..6075dfd 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ [![Crates.io](https://img.shields.io/crates/v/orgize.svg)](https://crates.io/crates/orgize) [![Documentation](https://docs.rs/orgize/badge.svg)](https://docs.rs/orgize) -[![Build status](https://img.shields.io/github/actions/workflow/status/PoiScript/orgize/ci.yml)](https://github.com/PoiScript/orgize/actions/workflows/ci.yml) +[![Build status](https://img.shields.io/github/actions/workflow/status/tao3k/orgize/ci.yml)](https://github.com/tao3k/orgize/actions/workflows/ci.yml) ![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg) A Rust library for parsing org-mode files. -Live Demo: +Live Demo: ## Parse diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 2da6c62..9f0005f 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -3,7 +3,7 @@ name = "orgize-wasm" publish = false version = "0.10.0-alpha.7" authors = ["PoiScript "] -repository = "https://github.com/PoiScript/orgize" +repository = "https://github.com/tao3k/orgize" edition = "2021" license = "MIT" diff --git a/wasm/index.html b/wasm/index.html index b755776..1e5d4ed 100644 --- a/wasm/index.html +++ b/wasm/index.html @@ -260,7 +260,7 @@ parsing +Emacs+ _org-mode_ files. See also: -[[https://github.com/PoiScript/orgize][GitHub]] | +[[https://github.com/tao3k/orgize][GitHub]] | [[https://crates.io/crates/orgize][crates.io]] | [[https://www.npmjs.com/package/orgize][NPM]] diff --git a/wasm/package.json b/wasm/package.json index 7c22f42..1df6fcc 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/PoiScript/orgize" + "url": "https://github.com/tao3k/orgize" }, "module": "./dist/orgize.js", "typings": "./dist/orgize.d.ts",