Skip to content

Commit 9f99660

Browse files
committed
Update image urls
1 parent f3f021e commit 9f99660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ const response = FetchApp.fetch(url, params, config);
111111
FetchApp leverages Google Apps Script IDE's limited JSDoc annotations support. If you copy the full code of the library, you will get complete type hints and autocomplete for all variables, including `params` and `config`.
112112

113113
<div align="center">
114-
<img class="logo" src="https://github.com/dataful-tech/fetch-app/raw/master/images/params-options-autocomplete.png" width="600px" alt="FetchApp | Autocomplete for params options"/>
114+
<img class="logo" src="https://github.com/dataful-tech/fetch-app/raw/main/images/params-options-autocomplete.png" width="600px" alt="FetchApp | Autocomplete for params options"/>
115115
</div>
116116

117117
Unfortunately, the IDE does not recognize most JSDoc annotations from the libraries, and only text description of the fields is visible. All options are also duplicated in the field descriptions to mitigate this limitation and for easier reference.
118118

119119
<div align="center">
120-
<img class="logo" src="https://github.com/dataful-tech/fetch-app/raw/master/images/params-options-autocomplete.png" width="600px" alt="FetchApp | Hint for params options"/>
120+
<img class="logo" src="https://github.com/dataful-tech/fetch-app/raw/main/images/params-options-autocomplete.png" width="600px" alt="FetchApp | Hint for params options"/>
121121
</div>
122122

123123
## Versioning

0 commit comments

Comments
 (0)