Skip to content

Fix markdown lint issues due to dead links#642

Merged
pankajastro merged 2 commits into
astronomer:mainfrom
viiccwen:fix-markdown-lint
Jan 19, 2026
Merged

Fix markdown lint issues due to dead links#642
pankajastro merged 2 commits into
astronomer:mainfrom
viiccwen:fix-markdown-lint

Conversation

@viiccwen
Copy link
Copy Markdown
Contributor

This PR fixes markdown lint issues by correcting broken links and updating incorrect file paths in documentation files.

closes #641

Changes

  • README.md: Corrected the examples folder path from /examples to /examples/dags/ to match the actual directory structure
  • tests/fixtures/mydocfile.md: Updated invalid HTTP links to valid HTTPS links (using https://example.com/) to fix markdown link validation

Testing

  • Markdown linting should now pass for both files
  • Links are now valid and point to correct locations

@viiccwen viiccwen requested a review from a team as a code owner January 18, 2026 03:44
@viiccwen
Copy link
Copy Markdown
Contributor Author

cc @pankajastro , @pankajkoti , thx! 🙌

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.77%. Comparing base (7eebc19) to head (5993a29).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #642   +/-   ##
=======================================
  Coverage   93.77%   93.77%           
=======================================
  Files          13       13           
  Lines        1125     1125           
=======================================
  Hits         1055     1055           
  Misses         70       70           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pankajastro pankajastro merged commit f919c91 into astronomer:main Jan 19, 2026
49 checks passed
@pankajastro pankajastro mentioned this pull request Apr 29, 2026
pankajastro added a commit that referenced this pull request May 7, 2026
## [1.1.0] - 2026-05-07

### Breaking Changes

- Drop Python 3.9 Support by @pankajastro in
[#600](#600)
- Drop support for Airflow < 2.9 by @pankajastro in
[#711](#711)

### Added

- Add user_defined_macros support by @gyli in
[#693](#693)
- feat: support key: +{task}[{xcom_key}] use by @yanshil in
[#593](#593)
- Support dataset timetable by @AppKiv in
[#599](#599)
- Add support for `.airflowignore` file to exclude specific YAML files
by @viiccwen in
[#654](#654)
- Add Airflow 3.1 support by @pankajastro in
[#720](#720)
- Add Airflow 3.2 to CI test matrix by @pankajastro in
[#723](#723)

### Improved

- Change log info to warning by @pankajastro in
[#590](#590)
- Unify import_from_string methods by @gyli in
[#694](#694)
- Ensure default_args_config_path is fully renamed to
defaults_config_path by @gyli in
[#725](#725)

### Fixed

- Fix main branch tests by @tatiana in
[#638](#638)
- fix: support DatasetAlias in outlets by @AppKiv in
[#601](#601)
- Import TaskGroup in the Airflow 3 way if available by @gyli in
[#706](#706)
- Handle removal of airflow.utils.module_loading in Airflow 3.1+ by
@pankajastro in
[#712](#712)
- Fix import for dataset and MappedOperator by @pankajastro in
[#713](#713)
- Fix Asset-based Scheduling on Airflow 3: Convert URI strings to Asset
for inlets/outlets by @ArusheeVerma in
[#737](#737)
- Fix Consumer-side Asset Scheduling on Airflow 3: Convert URI strings
in schedule to Asset by @ArusheeVerma in
[#738](#738)
- Fix unconditional sla_miss_callback removal warning in Airflow 3.1+ by
@manipatnam in
[#734](#734)
- Fix python_callable resolution on Airflow 2 with providers-standard by
@pankajkoti in
[#736](#736)

### Docs

- Fix markdown lint issues due to dead links by @viiccwen in
[#642](#642)
- Update docs copyright year to 2026 by @pankajkoti in
[#698](#698)
- Add timezone references by @sri-codes-python in
[#701](#701)
- Add ``items`` as a reserved key in doc by @gyli in
[#726](#726)
- docs: align contributor and quick-start docs with current
Python/Airflow support by @pankajastro in
[#740](#740)

### Other Changes

- Pin structlog to fix the deploy docs job by @pankajastro in
[#608](#608)
- Remove structlog pin by @pankajkoti in
[#656](#656)
- Avoid error we're seeing in PRs from external contributors by @tatiana
in [#660](#660)
- Replace tags with SHAs and update to latest version by @fbuechel92 in
[#663](#663)
- Add 7-day cooldown to Dependabot config by @pankajkoti in
[#686](#686)
- Ignore simple_auth_manager_passwords.json.generated from git by @gyli
[#695](#695)
- Ignore more editor local settings folder by @gyli
[#697](#697)
- Add Python 3.14 to CI test matrix by @pankajastro in
[#731](#731)
- Add AGENTS.md for AI coding agents by @gyli in
[#717](#717)
- fix: use __file__-relative paths in dev examples for Airflow 3 on
Astro Hosted by @pankajastro in
[#613](#613)
- Fix sys.path for DAG helper modules in Astro bundle environments by
@pankajastro in
[#739](#739)

closes: #733
closes: #729

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
corsettigyg pushed a commit to corsettigyg/dag-factory that referenced this pull request May 8, 2026
## [1.1.0] - 2026-05-07

### Breaking Changes

- Drop Python 3.9 Support by @pankajastro in
[astronomer#600](astronomer#600)
- Drop support for Airflow < 2.9 by @pankajastro in
[astronomer#711](astronomer#711)

### Added

- Add user_defined_macros support by @gyli in
[astronomer#693](astronomer#693)
- feat: support key: +{task}[{xcom_key}] use by @yanshil in
[astronomer#593](astronomer#593)
- Support dataset timetable by @AppKiv in
[astronomer#599](astronomer#599)
- Add support for `.airflowignore` file to exclude specific YAML files
by @viiccwen in
[astronomer#654](astronomer#654)
- Add Airflow 3.1 support by @pankajastro in
[astronomer#720](astronomer#720)
- Add Airflow 3.2 to CI test matrix by @pankajastro in
[astronomer#723](astronomer#723)

### Improved

- Change log info to warning by @pankajastro in
[astronomer#590](astronomer#590)
- Unify import_from_string methods by @gyli in
[astronomer#694](astronomer#694)
- Ensure default_args_config_path is fully renamed to
defaults_config_path by @gyli in
[astronomer#725](astronomer#725)

### Fixed

- Fix main branch tests by @tatiana in
[astronomer#638](astronomer#638)
- fix: support DatasetAlias in outlets by @AppKiv in
[astronomer#601](astronomer#601)
- Import TaskGroup in the Airflow 3 way if available by @gyli in
[astronomer#706](astronomer#706)
- Handle removal of airflow.utils.module_loading in Airflow 3.1+ by
@pankajastro in
[astronomer#712](astronomer#712)
- Fix import for dataset and MappedOperator by @pankajastro in
[astronomer#713](astronomer#713)
- Fix Asset-based Scheduling on Airflow 3: Convert URI strings to Asset
for inlets/outlets by @ArusheeVerma in
[astronomer#737](astronomer#737)
- Fix Consumer-side Asset Scheduling on Airflow 3: Convert URI strings
in schedule to Asset by @ArusheeVerma in
[astronomer#738](astronomer#738)
- Fix unconditional sla_miss_callback removal warning in Airflow 3.1+ by
@manipatnam in
[astronomer#734](astronomer#734)
- Fix python_callable resolution on Airflow 2 with providers-standard by
@pankajkoti in
[astronomer#736](astronomer#736)

### Docs

- Fix markdown lint issues due to dead links by @viiccwen in
[astronomer#642](astronomer#642)
- Update docs copyright year to 2026 by @pankajkoti in
[astronomer#698](astronomer#698)
- Add timezone references by @sri-codes-python in
[astronomer#701](astronomer#701)
- Add ``items`` as a reserved key in doc by @gyli in
[astronomer#726](astronomer#726)
- docs: align contributor and quick-start docs with current
Python/Airflow support by @pankajastro in
[astronomer#740](astronomer#740)

### Other Changes

- Pin structlog to fix the deploy docs job by @pankajastro in
[astronomer#608](astronomer#608)
- Remove structlog pin by @pankajkoti in
[astronomer#656](astronomer#656)
- Avoid error we're seeing in PRs from external contributors by @tatiana
in [astronomer#660](astronomer#660)
- Replace tags with SHAs and update to latest version by @fbuechel92 in
[astronomer#663](astronomer#663)
- Add 7-day cooldown to Dependabot config by @pankajkoti in
[astronomer#686](astronomer#686)
- Ignore simple_auth_manager_passwords.json.generated from git by @gyli
[astronomer#695](astronomer#695)
- Ignore more editor local settings folder by @gyli
[astronomer#697](astronomer#697)
- Add Python 3.14 to CI test matrix by @pankajastro in
[astronomer#731](astronomer#731)
- Add AGENTS.md for AI coding agents by @gyli in
[astronomer#717](astronomer#717)
- fix: use __file__-relative paths in dev examples for Airflow 3 on
Astro Hosted by @pankajastro in
[astronomer#613](astronomer#613)
- Fix sys.path for DAG helper modules in Astro bundle environments by
@pankajastro in
[astronomer#739](astronomer#739)

closes: astronomer#733
closes: astronomer#729

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Markdown Link Check Failed due to dead links

3 participants