Skip to content

Commit b6806e9

Browse files
update docs link
1 parent 0ba6d98 commit b6806e9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## 🌌 About NEBULA
1616

17-
[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://nebula.enriquetomasmb.com)
17+
[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://docs.nebula-dfl.com)
1818
![Github Last Commit](https://img.shields.io/github/last-commit/CyberDataLab/nebula)
1919
[![GitHub issues](https://img.shields.io/github/issues/CyberDataLab/nebula)](https://github.com/CyberDataLab/nebula/issues)
2020

@@ -70,7 +70,7 @@ NEBULA boasts a **modular architecture** that consists of three core elements:
7070

7171
## 🎯 Get Started
7272

73-
To start using NEBULA, follow our detailed [Installation Guide](https://nebula.enriquetomasmb.com/installation/) and [User Manual](https://nebula.enriquetomasmb.com/usage/). For any queries or contributions, check out our [Contribution Guide](https://nebula.enriquetomasmb.com/contributing/).
73+
To start using NEBULA, follow our detailed [Installation Guide](https://docs.nebula-dfl.com/installation/) and [User Manual](https://docs.nebula-dfl.com/usage/). For any queries or contributions, check out our [Contribution Guide](https://docs.nebula-dfl.com/contributing/).
7474

7575
## 🤝 Contributing
7676

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: NEBULA
22
docs_dir: '_prebuilt'
33
repo_url: https://github.com/CyberDataLab/nebula
4-
site_url: https://nebula.enriquetomasmb.com
4+
site_url: https://docs.nebula-dfl.com
55
site_description: "NEBULA: A Platform for Decentralized Federated Learning"
66
site_author: Enrique Tomás Martínez Beltrán
77
edit_uri: edit/main/docs/

nebula/frontend/static/js/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
const copyright = document.getElementById("copyright");
2626
var date = new Date();
2727
var year = date.getFullYear();
28-
copyright.innerHTML = `<p>© ${year} NEBULA. All rights reserved.<br><a href="https://nebula.enriquetomasmb.com/" target="_blank"><i class="fa fa-book"></i> Documentation</a> | <a href="https://github.com/CyberDataLab/nebula" target="_blank"><i class="fa fa-code"></i> Source code</a></p>`;
28+
copyright.innerHTML = `<p>© ${year} NEBULA. All rights reserved.<br><a href="https://docs.nebula-dfl.com/" target="_blank"><i class="fa fa-book"></i> Documentation</a> | <a href="https://github.com/CyberDataLab/nebula" target="_blank"><i class="fa fa-code"></i> Source code</a></p>`;
2929
});
3030

3131
on('click', '.mobile-nav-toggle', function(e) {

nebula/frontend/templates/layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ <h1 class="logo">
192192
<li class="dropdown">
193193
<a href="#" class="nav-link dropdown-toggle">Documentation</a>
194194
<ul class="dropdown-menu">
195-
<li><a class="nav-link scrollto" href="https://nebula.enriquetomasmb.com/installation">Installation Guide</a></li>
196-
<li><a class="nav-link scrollto" href="https://nebula.enriquetomasmb.com/userguide">User Guide</a></li>
197-
<li><a class="nav-link scrollto" href="https://nebula.enriquetomasmb.com/developerguide">Developer Guide</a></li>
195+
<li><a class="nav-link scrollto" href="https://docs.nebula-dfl.com/installation">Installation Guide</a></li>
196+
<li><a class="nav-link scrollto" href="https://docs.nebula-dfl.com/userguide">User Guide</a></li>
197+
<li><a class="nav-link scrollto" href="https://docs.nebula-dfl.com/developerguide">Developer Guide</a></li>
198198
</ul>
199199
</li>
200200
<li><a class="nav-link scrollto" href="https://nebula-dfl.com">Website</a></li>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ classifiers = [
4747

4848
[project.urls]
4949
Homepage = "https://github.com/CyberDataLab/nebula"
50-
Documentation = "https://nebula.enriquetomasmb.com/"
50+
Documentation = "https://docs.nebula-dfl.com/"
5151
Repository = "https://github.com/CyberDataLab/nebula"
5252

5353
[dependency-groups]

0 commit comments

Comments
 (0)