We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fd589 commit 4a0d253Copy full SHA for 4a0d253
README.md
@@ -245,7 +245,7 @@ func main() {
245
246
// Create a Filter struct with criteria you would like to filter
247
// The full struct definition can be found here for all of the supported filters:
248
- // https://github.com/aws/amazon-ec2-instance-selector/blob/master/pkg/selector/types.go
+ // https://github.com/aws/amazon-ec2-instance-selector/blob/main/pkg/selector/types.go
249
filters := selector.Filters{
250
VCpusRange: &vcpusRange,
251
MemoryRange: &memoryRange,
0 commit comments