Skip to content

Commit 073b13a

Browse files
authored
Merge pull request #107 from jiahy0825/doc_fix_githubURL
[Doc] Fix GitHub urls in the documentation.
2 parents 4628419 + b176a64 commit 073b13a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
Encountering a bug while using this package may occur. In order to fix the said bug and improve all users’ experience, it is highly recommended to submit a bug report on the GitHub issue tracker: https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox/issues
10+
Encountering a bug while using this package may occur. In order to fix the said bug and improve all users’ experience, it is highly recommended to submit a bug report on the GitHub issue tracker: https://github.com/FenTechSolutions/CausalDiscoveryToolbox/issues
1111

1212
**Describe the bug**
1313
A clear and concise description of what the bug is.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Contributing
22

3-
Before contributing, please read and follow all guidelines described on the documentation website: [https://diviyan-kalainathan.github.io/CausalDiscoveryToolbox/html/developer.html](https://diviyan-kalainathan.github.io/CausalDiscoveryToolbox/html/developer.html)
3+
Before contributing, please read and follow all guidelines described on the documentation website: [https://FenTechSolutions.github.io/CausalDiscoveryToolbox/html/developer.html](https://FenTechSolutions.github.io/CausalDiscoveryToolbox/html/developer.html)
44

55
Thank you!

installation_instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Check out their website to install the PyTorch version suited to your hardware c
3838

3939
## Install the CausalDiscoveryToolboxPackage
4040
```sh
41-
$ git clone https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox.git # Download the package
41+
$ git clone https://github.com/FenTechSolutions/CausalDiscoveryToolbox.git # Download the package
4242
$ cd CausalDiscoveryToolbox
4343
$ pip install -r requirements.txt # Install the requirements
4444
$ python setup.py install develop --user
@@ -49,13 +49,13 @@ From now on, you can import the library using :
4949
```python
5050
import cdt
5151
```
52-
Check out the package structure and more info on the package itself [here](https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox/blob/master/documentation.md).
52+
Check out the package structure and more info on the package itself [here](https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/documentation.md).
5353

5454
## Additional : R and R libraries
5555
In order to have access to additional algorithms from various R packages such as bnlearn, kpcalg, pcalg, ... while using the _cdt_ framework, it is required to install R.
5656

5757
Using bioconductor (https://www.bioconductor.org/) might be an easier alternative to install all packages.
58-
Check out the [r-requirements file](https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox/blob/master/r_requirements.txt) to see all the packages used by the toolbox.
58+
Check out the [r-requirements file](https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/r_requirements.txt) to see all the packages used by the toolbox.
5959

6060
<!-- python>=3.5 -->
6161

@@ -66,7 +66,7 @@ Check out the [r-requirements file](https://github.com/Diviyan-Kalainathan/Causa
6666

6767
<!-- Get source code -->
6868
<!-- ``` -->
69-
<!-- git clone https://github.com/Diviyan-Kalainathan/CausalDiscoveryToolbox.git -->
69+
<!-- git clone https://github.com/FenTechSolutions/CausalDiscoveryToolbox.git -->
7070
<!-- ``` -->
7171

7272
<!-- Setup python package -->

0 commit comments

Comments
 (0)