Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Mar 31, 2024
1 parent 1eb4459 commit 57046b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A few changes have been made to the visual content of rendered diagrams.

### Backend changes

Significant changes have been made to the library backend to more strongly separate the model analysis process, the extracted data, and the diagram rendering process. We believe this more structured design facilitates customizing diagrams and simplifies the implementation for each data modeling framework. Please see the new documentation pages ["Customizing diagrams"](http://erdantic.drivendata.org/stable/customizing/) and ["Extending or modifying erdantic"](http://erdantic.drivendata.org/stable/extending/) for details on the new design.
Significant changes have been made to the library backend to more strongly separate the model analysis process, the extracted data, and the diagram rendering process. We believe this more structured design facilitates customizing diagrams and simplifies the implementation for each data modeling framework. Please see the new documentation pages ["Customizing diagrams"](http://erdantic.drivendata.org/v1.0/customizing/) and ["Extending or modifying erdantic"](http://erdantic.drivendata.org/v1.0/extending/) for details on the new design.

A summary of some key changes is below:

Expand Down
2 changes: 1 addition & 1 deletion docs/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _inject_pydantic_with_default_column_example(markdown: str):
def on_page_markdown(markdown, page, **kwargs):
if page.title == "CLI Help":
return _inject_cli_help(markdown)
if page.title == "Plugins for Model Frameworks":
if page.title == "Extending or Modifying":
markdown = _inject_model_predicate_source(markdown)
markdown = _inject_model_field_extractor_source(markdown)
markdown = _inject_pydantic_with_default_column_example(markdown)
Expand Down

0 comments on commit 57046b4

Please sign in to comment.