Skip to content

Commit 5a185b0

Browse files
Fabiana Clementefabclmnt
authored andcommitted
chore: fix documentation links
1 parent 93fc6a0 commit 5a185b0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report_form.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
value: |
1010
Thanks for taking the time to fill out this bug report!
1111
Provide a concise summary of the issue in the title field above.
12-
The [documentation](https://pandas-profiling.ydata.ai/docs/master/pages/support_contrib/help_troubleshoot.html) contains instructions on creating bug reports.
12+
The [documentation](https://docs.profiling.ydata.ai/latest/support-contribution/help_troubleshoot/) contains instructions on creating bug reports.
1313
- type: textarea
1414
id: current-behavior
1515
attributes:
@@ -62,7 +62,7 @@ body:
6262
id: dependencies
6363
attributes:
6464
label: Dependencies
65-
description: Please report versions of relevant dependencies (e.g. via `pip freeze` or `conda list`, [more information](https://pandas-profiling.ydata.ai/docs/master/pages/support_contrib/help_troubleshoot.html))
65+
description: Please report versions of relevant dependencies (e.g. via `pip freeze` or `conda list`, [more information](https://docs.profiling.ydata.ai/latest/support-contribution/help_troubleshoot/))
6666
placeholder: |
6767
pandas==1.4.2
6868
numpy==2.3.4
@@ -86,12 +86,12 @@ body:
8686
Please complete the checklist below to ensure the bug report is helpful and can be addressed effectively
8787
8888
Tips:
89-
- Help for writing better bug reports is available in the [documentation](https://pandas-profiling.ydata.ai/docs/master/pages/support_contrib/help_troubleshoot.html).
89+
- Help for writing better bug reports is available in the [documentation](https://docs.profiling.ydata.ai/latest/support-contribution/help_troubleshoot/).
9090
- If the description consists of multiple non-related bugs, you are encouraged to create separate issues.
9191
options:
9292
- label: There is not yet another bug report for this issue in the [issue tracker](https://github.com/ydataai/pandas-profiling/issues)
9393
required: true
9494
- label: The problem is reproducible from this bug report. [This guide](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) can help to craft a minimal bug report.
9595
required: true
96-
- label: The issue has not been resolved by the entries listed under [Common Issues](https://pandas-profiling.ydata.ai/docs/master/pages/support_contrib/common_issues.html).
96+
- label: The issue has not been resolved by the entries listed under [Common Issues](https://docs.profiling.ydata.ai/latest/support-contribution/contribution_guidelines/).
9797
required: true

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ YData-profiling can be used to deliver a variety of different applications. The
5858
| [Profiling large datasets](features/big_data.md) | Tips on how to prepare data and configure `ydata-profiling` for working with large datasets |
5959
| [Handling sensitive data](features/sensitive_data.md) | Generating reports which are mindful about sensitive data in the input dataset |
6060
| [Dataset metadata and data dictionaries](features/metadata.md) | Complementing the report with dataset details and column-specific data dictionaries |
61-
| [Customizing the report's appearance](features/custom_report_appearance.md ) | Changing the appearance of the report's page and of the contained visualizations |
61+
| [Customizing the report's appearance](features/custom_reports.md ) | Changing the appearance of the report's page and of the contained visualizations |
6262
| [Profiling Relational databases **](features/collaborative_data_profiling.md) | For a seamless profiling experience in your organization's databases, check [Fabric Data Catalog](https://ydata.ai/products/data_catalog), which allows to consume data from different types of storages such as RDBMs (Azure SQL, PostGreSQL, Oracle, etc.) and object storages (Google Cloud Storage, AWS S3, Snowflake, etc.), among others. |
6363
| [PII classification & management **](features/pii_identification_management.md ) | Automated PII classification and management through an UI experience |
6464

@@ -85,13 +85,13 @@ Need help? Want to share a perspective? Report a bug? Ideas for collaborations?
8585

8686
!!! tip "Help us prioritizing - before reporting, double check, it is always better to upvote!"
8787

88-
Before reporting an issue on GitHub, check out [Common Issues](https://ydata-profiling.ydata.ai/docs/master/pages/support_contrib/common_issues.html).
88+
Before reporting an issue on GitHub, check out [Common Issues](https://docs.profiling.ydata.ai/latest/support-contribution/common_issues/).
8989

9090
If you want to validate if your request was prioritized check the [project pipeline details]()
9191

9292
## 🤝🏽 Contributing
9393

94-
Learn how to get involved in the [Contribution Guide](https://ydata-profiling.ydata.ai/docs/master/pages/support_contrib/contribution_guidelines.html).
94+
Learn how to get involved in the [Contribution Guide](support-contribution/contribution_guidelines.md).
9595

9696
A low-threshold place to ask questions or start contributing is the [Data Centric AI Community's Discord](https://tiny.ydata.ai/dcai-ydata-profiling).
9797

docs/integrations/pyspark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Yes! We have fantastic new coming with a full tutorial on how you can
125125
use ydata-profiling in Databricks Notebooks.
126126

127127
The notebook example can be found
128-
[here](https://github.com/ydataai/ydata-profiling/tree/master/examples/integrations/databricks_example.ipynb).
128+
[here](https://github.com/ydataai/ydata-profiling/tree/master/examples/integrations/databricks).
129129

130130
Stay tuned - we are going to update the documentation soon!
131131

0 commit comments

Comments
 (0)