Skip to content

Commit

Permalink
fix: fix broken links (#537)
Browse files Browse the repository at this point in the history
* fix: fix broken links

* Update cas.md

---------

Co-authored-by: hsluoyz <[email protected]>
  • Loading branch information
Selflocking and hsluoyz authored Aug 14, 2023
1 parent 64942f6 commit 7f42a74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/integration/go/openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following steps demonstrate how to integrate Casdoor with OpenShift Local us
Add a new application in Casdoor, note following points.

- Remember the `Client ID` and `Client secret` for the next step.
- The format of the Redirect URL is `https://oauth-openshift.apps.<cluster_name>.<cluster_domain/*`, Fill it in depending your situation
- The format of the Redirect URL is `https://oauth-openshift.apps.<cluster_name>.<cluster_domain>/*`, Fill it in depending your situation

![Create an application in Casdoor](/img/integration/go/openshift/openshift_1.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/provider/payment/WeChatPay.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Before that, please log in to the WeChat Pay Merchant Platform. In order for Cas
- Fill in the payment callback notification address of the Casdoor instance. For example:

```url
https://your-casdoor-instance.com/api/wechat-payment-callback
https://your-casdoor-url.com/api/wechat-payment-callback
```

## Step3. Configure API Security
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ var _hmt = _hmt || [];
announcementBar: {
id: "announcement", // ID of the announcement bar
content:
"<a target=\"_blank\" rel=\"noreferrer\" href=\"https://casbin.org/\">💖 Looking for an open-source and cross-platform authorization solution that supports ACL, RBAC, ABAC? Learn more about: Casbin</a>",
`<a target="_blank" rel="noreferrer" href="https://casbin.org/">💖 Looking for an open-source and cross-platform authorization solution that supports ACL, RBAC, ABAC? Learn more about: Casbin</a>`,
isCloseable: true,
},
docs: {
Expand Down

0 comments on commit 7f42a74

Please sign in to comment.