Skip to content

Commit

Permalink
fix linter - missing doctrine-project links
Browse files Browse the repository at this point in the history
  • Loading branch information
luk4s committed May 23, 2024
1 parent 52cacc9 commit 341548a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/links/doctrine_docs_orm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

link_name = "Doctrine ORM"
link_text = "Doctrine ORM"
link_url = "https://www.doctrine-project.org/projects/doctrine-orm/en/2.9/index.html"
link_url = "https://www.doctrine-project.org/projects/doctrine-orm/en/2.14/index.html"

link.xref_links.update({link_name: (link_text, link_url)})
2 changes: 1 addition & 1 deletion docs/links/doctrine_docs_orm_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

link_name = "Doctrine ORM annotations"
link_text = "Doctrine ORM annotations"
link_url = "https://www.doctrine-project.org/projects/doctrine-orm/en/2.9/reference/annotations-reference.html"
link_url = "https://www.doctrine-project.org/projects/doctrine-orm/en/2.14/reference/annotations-reference.html"

link.xref_links.update({link_name: (link_text, link_url)})
2 changes: 1 addition & 1 deletion docs/links/doctrine_docs_orm_php_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

link_name = "Doctrine ORM PHP mapping"
link_text = "Doctrine ORM PHP mapping"
link_url = "https://www.doctrine-project.org/projects/doctrine-orm/en/2.9/reference/php-mapping.html#classmetadatabuilder"
link_url = "https://www.doctrine-project.org/projects/doctrine-orm/en/2.14/reference/php-mapping.html#classmetadatabuilder"

link.xref_links.update({link_name: (link_text, link_url)})

0 comments on commit 341548a

Please sign in to comment.