diff --git a/codegen/templates/README.mustache b/codegen/templates/README.mustache index ddb9e06..843e222 100644 --- a/codegen/templates/README.mustache +++ b/codegen/templates/README.mustache @@ -301,7 +301,7 @@ It returns: ``` 2: Endpoints that return an array of resources (EX: [get_tasks](https://github.com/Asana/python-asana/blob/v{{packageVersion}}/{{apiDocPath}}TasksApi.md#get_tasks) ([Get multiple tasks](https://developers.asana.com/reference/gettasks)), [get_projects](https://github.com/Asana/python-asana/blob/v{{packageVersion}}/{{apiDocPath}}ProjectsApi.md#get_projects) ([Get multiple projects](https://developers.asana.com/reference/getprojects)), etc...) -will return a generator object ([PageIterator.items](https://github.com/Asana/python-asana/blob/v{{packageVersion}}/{{packageName}}/paget_iterator.py)) that you can use to iterate through each result. +will return a generator object ([PageIterator.items](https://github.com/Asana/python-asana/blob/v{{packageVersion}}/{{packageName}}/pagination/paget_iterator.py)) that you can use to iterate through each result. Example usage 1: ```python