linvi / tweetinvi

Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
MIT License
1.01k stars 220 forks source link

Iterator Links are broken in the docs #1185

Open awright18 opened 2 years ago

awright18 commented 2 years ago

Example page https://linvi.github.io/tweetinvi/dist/twitter-api-v1.1/timelines.html in the examples there are links to the iterator page which it says is https://linvi.github.io/tweetinvi/dist/twitter-api/iterators.html and it should be https://linvi.github.io/tweetinvi/dist/twitter-api-v1.1/iterators.html

The link is set in custom.js in the improveIteratorCodeBlocks function.