Skip to content

Commit

Permalink
fix: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Selflocking committed Aug 6, 2023
1 parent 787aec9 commit 72135bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/how-to-connect/cas.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Suppose the endpoint of Casdoor is `https://door.casdoor.com`, which contains an
- `/validate` endpoint: `https://door.casdoor.com/cas/casbin/cas-java-app/validate`
- `/p3/serviceValidate` endpoint: `https://door.casdoor.com/cas/casbin/cas-java-app/p3/serviceValidate`
- `/p3/proxyValidate` endpoint: `https://door.casdoor.com/cas/casbin/cas-java-app/p3/proxyValidate`
- `/samlValidate` endpoint: `https://door.casdoor.com/cas/casbin/cas-java-app/samlValidate`

See <https://apereo.github.io/cas/6.6.x/protocol/CAS-Protocol-Specification.html> for more information about CAS and its different versions, as well as parameters for these endpoints.

Expand Down
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 72135bd

Please sign in to comment.