From 82feff1610f3a7318c7efe69c43bc928f4db9250 Mon Sep 17 00:00:00 2001
From: YunShu
Date: Tue, 8 Aug 2023 13:17:29 +0800
Subject: [PATCH] fix: fix broken links (#2)
---
README.md | 7 ++-----
web/src/App.js | 2 +-
web/src/index.css | 2 +-
web/src/index.js | 2 +-
4 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 12c4faf..9b862d3 100644
--- a/README.md
+++ b/README.md
@@ -33,9 +33,6 @@
-## Online Demo
-Deployed site: [https://log.casbin.com/](https://log.casbin.com/)
-
## Architecture
Casvisor contains 2 parts:
Name | Description | Language | Source code
@@ -83,7 +80,7 @@ After creating an organization and an application for Casvisor in a Casdoor, you
#### Setup your Casvisor to enable some third-party login platform
- Casvisor uses Casdoor to manage members. If you want to log in with oauth, you should see [casdoor oauth configuration](https://casdoor.org/docs/provider/OAuth).
+ Casvisor uses Casdoor to manage members. If you want to log in with oauth, you should see [casdoor oauth configuration](https://casdoor.org/docs/provider/oauth/overview).
#### OSS, Mail, and SMS services
@@ -95,4 +92,4 @@ For Casvisor, if you have any questions, you can give Issues, or you can also di
## License
-[Apache-2.0](https://github.com/casvisor/casvisor/blob/master/LICENSE)
\ No newline at end of file
+[Apache-2.0](LICENSE)
diff --git a/web/src/App.js b/web/src/App.js
index 2b45c96..ea8c6bc 100644
--- a/web/src/App.js
+++ b/web/src/App.js
@@ -285,7 +285,7 @@ class App extends Component {
renderFooter() {
// How to keep your footer where it belongs ?
- // https://www.freecodecamp.org/neyarnws/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c/
+ // https://www.freecodecamp.org/news/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c/
return (