Skip to content

Commit

Permalink
fix: Rename links to align with repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 26, 2023
1 parent 6ce1b84 commit 742e98c
Show file tree
Hide file tree
Showing 14 changed files with 449 additions and 449 deletions.
536 changes: 268 additions & 268 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -69,7 +69,7 @@ connie-publish: true
Contributions are welcome! If you have a feature request, bug report, or want to improve the plugin, please open an issue or submit a pull request on the GitHub repository.

### License
This project is licensed under the [Apache 2.0](https://github.com/obsidian-confluence/obsidian-confluence/blob/main/LICENSE) License.
This project is licensed under the [Apache 2.0](https://github.com/markdown-confluence/markdown-confluence/blob/main/LICENSE) License.

## Disclaimer:
The Apache license is only applicable to the Obsidian Confluence Integration (“Integration“), not to any third parties' services, websites, content or platforms that this Integration may enable you to connect with. In another word, there is no license granted to you by the above identified licensor(s) to access any third-party services, websites, content, or platforms. You are solely responsible for obtaining licenses from such third parties to use and access their services and to comply with their license terms. Please do not disclose any passwords, credentials, or tokens to any third-party service in your contribution to this Obsidian Confluence Integration project.”
4 changes: 2 additions & 2 deletions docs/book.toml
Expand Up @@ -10,8 +10,8 @@ create-missing = false
command = "mdbook-mermaid"

[output.html]
git-repository-url = "https://github.com/obsidian-confluence/obsidian-confluence"
git-repository-url = "https://github.com/markdown-confluence/markdown-confluence"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/obsidian-confluence/obsidian-confluence/edit/main/docs/{path}"
edit-url-template = "https://github.com/markdown-confluence/markdown-confluence/edit/main/docs/{path}"
cname = "obsidian-confluence.com"
additional-js = ["mermaid.min.js", "mermaid-init.js"]
2 changes: 1 addition & 1 deletion docs/src/features/callouts.md
Expand Up @@ -30,7 +30,7 @@ Due to Confluence restrictions, nested callouts are not supported.
## Supported Features

- Title
- Types: Refer to the [supported types](https://github.com/obsidian-confluence/obsidian-confluence/blob/main/src/MarkdownTransformer/callout.ts#L8-L70)
- Types: Refer to the [supported types](https://github.com/markdown-confluence/markdown-confluence/blob/main/src/MarkdownTransformer/callout.ts#L8-L70)
- Foldable

For more information on Obsidian callouts, visit the [Obsidian documentation](https://help.obsidian.md/Editing+and+formatting/Callouts).
Expand Down
2 changes: 1 addition & 1 deletion docs/src/getting-started/installation-brat.md
Expand Up @@ -6,7 +6,7 @@ To install the `obsidian-confluence` plugin using [Obsidian42-BRAT](https://gith

1. Install **BRAT** from the Community Plugins in Obsidian.
2. Get the link to the GitHub repository you want to test. The plugin developer can provide you with this link.
For the `obsidian-confluence` plugin, use this link: https://github.com/obsidian-confluence/obsidian-confluence
For the `obsidian-confluence` plugin, use this link: https://github.com/markdown-confluence/markdown-confluence
3. Open the command palette and run the command `BRAT: Add a beta plugin for testing`
4. Using the link from step 2, copy that into the modal that opens up.
5. Click on **Add Plugin** -- wait a few seconds and BRAT will tell you what is going on.
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/CHANGELOG.md
Expand Up @@ -30,7 +30,7 @@
* @markdown-confluence/lib bumped from 4.1.1 to 4.2.0
* @markdown-confluence/mermaid-puppeteer-renderer bumped from 4.1.1 to 4.2.0

## [4.1.1](https://github.com/obsidian-confluence/obsidian-confluence/compare/@markdown-confluence/cli-v4.1.0...@markdown-confluence/cli-v4.1.1) (2023-04-26)
## [4.1.1](https://github.com/markdown-confluence/markdown-confluence/compare/@markdown-confluence/cli-v4.1.0...@markdown-confluence/cli-v4.1.1) (2023-04-26)


### Miscellaneous Chores
Expand All @@ -45,7 +45,7 @@
* @markdown-confluence/lib bumped from 4.1.0 to 4.1.1
* @markdown-confluence/mermaid-puppeteer-renderer bumped from 4.1.0 to 4.1.1

## [4.1.0](https://github.com/obsidian-confluence/obsidian-confluence/compare/@markdown-confluence/cli-v4.0.4...@markdown-confluence/cli-v4.1.0) (2023-04-26)
## [4.1.0](https://github.com/markdown-confluence/markdown-confluence/compare/@markdown-confluence/cli-v4.0.4...@markdown-confluence/cli-v4.1.0) (2023-04-26)


### Miscellaneous Chores
Expand All @@ -60,7 +60,7 @@
* @markdown-confluence/lib bumped from 4.0.4 to 4.1.0
* @markdown-confluence/mermaid-puppeteer-renderer bumped from 4.0.4 to 4.1.0

## [4.0.4](https://github.com/obsidian-confluence/obsidian-confluence/compare/@markdown-confluence/cli-v4.0.3...@markdown-confluence/cli-v4.0.4) (2023-04-26)
## [4.0.4](https://github.com/markdown-confluence/markdown-confluence/compare/@markdown-confluence/cli-v4.0.3...@markdown-confluence/cli-v4.0.4) (2023-04-26)


### Miscellaneous Chores
Expand All @@ -75,12 +75,12 @@
* @markdown-confluence/lib bumped from 4.0.3 to 4.0.4
* @markdown-confluence/mermaid-puppeteer-renderer bumped from 4.0.3 to 4.0.4

## [4.0.3](https://github.com/obsidian-confluence/obsidian-confluence/compare/@markdown-confluence/cli-v4.0.2...@markdown-confluence/cli-v4.0.3) (2023-04-26)
## [4.0.3](https://github.com/markdown-confluence/markdown-confluence/compare/@markdown-confluence/cli-v4.0.2...@markdown-confluence/cli-v4.0.3) (2023-04-26)


### Bug Fixes

* Update Token to support packages ([73d3b54](https://github.com/obsidian-confluence/obsidian-confluence/commit/73d3b544781c927cf847dfe34e839201cb5b92d2))
* Update Token to support packages ([73d3b54](https://github.com/markdown-confluence/markdown-confluence/commit/73d3b544781c927cf847dfe34e839201cb5b92d2))


### Dependencies
Expand All @@ -99,14 +99,14 @@

### Features

* Add docker CLI ([e8f930f](https://github.com/obsidian-confluence/obsidian-confluence/commit/e8f930fbeb612152cf19f5b387fb322b4c82bc5e))
* Initial CLI version ([85b4aff](https://github.com/obsidian-confluence/obsidian-confluence/commit/85b4aff13921accf6dd376e18929f3a19087757e))
* Add docker CLI ([e8f930f](https://github.com/markdown-confluence/markdown-confluence/commit/e8f930fbeb612152cf19f5b387fb322b4c82bc5e))
* Initial CLI version ([85b4aff](https://github.com/markdown-confluence/markdown-confluence/commit/85b4aff13921accf6dd376e18929f3a19087757e))


### Miscellaneous Chores

* release 2.0.0 ([a9eae0c](https://github.com/obsidian-confluence/obsidian-confluence/commit/a9eae0cf43f20e3eb57096792c78f7215e6f2dd0))
* release 3.0.0 ([cc12c74](https://github.com/obsidian-confluence/obsidian-confluence/commit/cc12c74227dd7f6f0ed2d52b5120d7b727aa37a1))
* release 2.0.0 ([a9eae0c](https://github.com/markdown-confluence/markdown-confluence/commit/a9eae0cf43f20e3eb57096792c78f7215e6f2dd0))
* release 3.0.0 ([cc12c74](https://github.com/markdown-confluence/markdown-confluence/commit/cc12c74227dd7f6f0ed2d52b5120d7b727aa37a1))


### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Expand Up @@ -31,11 +31,11 @@
},
"repository": {
"type": "git",
"url": "https://github.com/obsidian-confluence/obsidian-confluence",
"url": "https://github.com/markdown-confluence/markdown-confluence",
"directory": "packages/cli"
},
"homepage": "https://github.com/obsidian-confluence/obsidian-confluence/tree/main/packages/cli",
"homepage": "https://github.com/markdown-confluence/markdown-confluence/tree/main/packages/cli",
"bugs": {
"url": "https://github.com/obsidian-confluence/obsidian-confluence/issues"
"url": "https://github.com/markdown-confluence/markdown-confluence/issues"
}
}

0 comments on commit 742e98c

Please sign in to comment.