Skip to content

Commit 1b1a40a

Browse files
authored
Update README.md
1 parent a08dd9f commit 1b1a40a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tutorials/getting_started_LL2/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@ Combining these two filters is done using the ampersand symbol `&`.
3636
Before adding these filters a question mark `?` is added after the base url to indicate the start of parameters.
3737
Then the filter parameter name is given with an equals sign `=` with the value following it.
3838

39-
https://github.com/TheSpaceDevs/Tutorials/blob/60256f360d409f7938f52a11fde0615e4abb131e/tutorials/getting_started_LL2/launches_past_month.py#L7-L12
39+
https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L7-L12
4040

4141
> Setting response mode
4242
43-
https://github.com/TheSpaceDevs/Tutorials/blob/60256f360d409f7938f52a11fde0615e4abb131e/tutorials/getting_started_LL2/launches_past_month.py#L23-L24
43+
https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L23-L24
4444

4545
> Limiting
4646
47-
https://github.com/TheSpaceDevs/Tutorials/blob/60256f360d409f7938f52a11fde0615e4abb131e/tutorials/getting_started_LL2/launches_past_month.py#L26-L27
47+
https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L26-L27
4848

4949
> Ordering
5050
51-
https://github.com/TheSpaceDevs/Tutorials/blob/60256f360d409f7938f52a11fde0615e4abb131e/tutorials/getting_started_LL2/launches_past_month.py#L29-L30
51+
https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L29-L30
5252

5353
> Assembling query URL
5454
55-
https://github.com/TheSpaceDevs/Tutorials/blob/60256f360d409f7938f52a11fde0615e4abb131e/tutorials/getting_started_LL2/launches_past_month.py#L32-L36
55+
https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L32-L36
5656

5757
> Paginating through all the results
5858
59-
https://github.com/TheSpaceDevs/Tutorials/blob/60256f360d409f7938f52a11fde0615e4abb131e/tutorials/getting_started_LL2/launches_past_month.py#L47-L58
59+
https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L47-L58

0 commit comments

Comments
 (0)