docs: fix dead links (#617)
* docs: fix dead links https://github.com/Selflocking/linkchecker/actions/runs/6058177987 * docs: fix wrong badge
This commit is contained in:
parent
9f32fbd998
commit
5f6a63b5af
|
@ -9,9 +9,9 @@
|
|||
<img alt="docker pull casbin/casibase" src="https://img.shields.io/docker/pulls/casbin/casibase.svg">
|
||||
</a>
|
||||
<a href="https://github.com/casbin/casibase/actions/workflows/build.yml">
|
||||
<img alt="GitHub Workflow Status (branch)" src="https://github.com/casdoor/casdoor/workflows/Build/badge.svg?style=flat-square">
|
||||
<img alt="GitHub Workflow Status (branch)" src="https://github.com/casbin/casibase/workflows/Build/badge.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://github.com/casibase/casibase/releases/latest">
|
||||
<a href="https://github.com/casbin/casibase/releases/latest">
|
||||
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/casbin/casibase.svg">
|
||||
</a>
|
||||
<a href="https://hub.docker.com/repository/docker/casbin/casibase">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<!-- waiting for changing -->
|
||||
<!-- <a href="https://hub.docker.com/r/casbin/casibase"> -->
|
||||
<!-- <a href="https://github.com/casbin/casibase/actions/workflows/build.yml"> -->
|
||||
<!-- <a href="https://github.com/casibase/casibase/releases/latest"> -->
|
||||
<!-- <a href="https://github.com/casbin/casibase/releases/latest"> -->
|
||||
<!-- <a href="https://hub.docker.com/repository/docker/casbin/casibase"> -->
|
||||
</p>
|
||||
|
||||
|
|
|
@ -439,7 +439,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 (
|
||||
<React.Fragment>
|
||||
|
|
|
@ -53,7 +53,7 @@ class FactorsetListPage extends React.Component {
|
|||
name: `factorset_${randomName}`,
|
||||
createdTime: moment().format(),
|
||||
displayName: `New Factorset - ${randomName}`,
|
||||
url: "https://github.com/Embedding/Chinese-Word-Factors",
|
||||
url: "https://github.com/Embedding/Chinese-Word-Vectors",
|
||||
fileName: "sgns.target.word-word.dynwin5.thr10.neg5.dim300.iter5",
|
||||
fileSize: "1.69 GB",
|
||||
dimension: 128,
|
||||
|
|
|
@ -393,7 +393,6 @@ class WordsetGraph extends React.Component {
|
|||
renderGraph() {
|
||||
if (this.state.loading) {
|
||||
return (
|
||||
// https://codesandbox.io/s/antd-reproduction-template-q2dwk
|
||||
<div className="App">
|
||||
<Spin size="large" tip={i18next.t("general:Loading...")} style={{paddingTop: "10%"}} />
|
||||
</div>
|
||||
|
|
|
@ -17,7 +17,7 @@ code {
|
|||
background-size: 108px, 33px;
|
||||
width: 108px;
|
||||
height: 27px;
|
||||
/*background: rgba(0, 0, 0, 0.2);*/
|
||||
/* background: rgba(0, 0, 0, 0.2); */
|
||||
margin: 17px 10px 16px 20px;
|
||||
float: left;
|
||||
}
|
||||
|
@ -38,12 +38,13 @@ code {
|
|||
background: rgba(92,48,125,0.55);
|
||||
}
|
||||
|
||||
/*http://react-china.org/t/topic/33846/3*/
|
||||
/* http://react-china.org/t/topic/33846/3 */
|
||||
.ant-table-header {
|
||||
scrollbar-color:transparent transparent
|
||||
scrollbar-color: transparent transparent;
|
||||
}
|
||||
|
||||
.ant-table-header::-webkit-scrollbar {
|
||||
background-color:transparent
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.import-output {
|
||||
|
@ -74,10 +75,11 @@ code {
|
|||
box-shadow: 0 0 4px #888;
|
||||
}
|
||||
|
||||
/*https://stackoverflow.com/questions/64961752/how-do-i-change-the-color-of-selected-menu-item-in-ant-design*/
|
||||
/*.conferenceMenu > .ant-menu-item-selected {*/
|
||||
/* background-color: rgb(230,247,255) !important;*/
|
||||
/*}*/
|
||||
/* https://stackoverflow.com/questions/64961752/how-do-i-change-the-color-of-selected-menu-item-in-ant-design */
|
||||
|
||||
/* .conferenceMenu > .ant-menu-item-selected {
|
||||
background-color: rgb(230,247,255) !important;
|
||||
} */
|
||||
|
||||
.conferenceMenu {
|
||||
background-color: rgb(242,242,242) !important;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
// create-react-app + IE9
|
||||
// https://www.cnblogs.com/xuexia/p/12092768.html
|
||||
// https://www.cnblogs.com/yeduweichengzhaoyu/p/12092768.html
|
||||
// react-app-polyfill
|
||||
// https://www.npmjs.com/package/react-app-polyfill
|
||||
import "react-app-polyfill/ie9";
|
||||
|
|
Loading…
Reference in New Issue