File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This project provides a RESTful web API to query and manipulate a [Gramps](https
1212
1313The documentation of the current state of the API can be browsed with Swagger:
1414
15- [ Gramps API docs] ( https://gramps-project.github.io/gramps-webapi / )
15+ [ Gramps API docs] ( https://gramps-project.github.io/gramps-web-api / )
1616
1717The project is still under development, so API changes should be expected.
1818
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def object_to_strings(obj) -> Tuple[str, str]:
5757 text_data_child_list = obj .get_text_data_child_list ()
5858 if isinstance (obj , Place ) and obj .name not in text_data_child_list :
5959 # fix necessary for Gramps 5.1
60- # (see https://github.com/gramps-project/gramps-webapi /issues/245)
60+ # (see https://github.com/gramps-project/gramps-web-api /issues/245)
6161 text_data_child_list .append (obj .name )
6262 for child_obj in text_data_child_list :
6363 if hasattr (child_obj , "get_text_data_list" ):
You can’t perform that action at this time.
0 commit comments