Skip to content

Commit 90e0f5c

Browse files
committed
Do not link check external sites that return error
x.com links are returning HTTP 400 with the client this checker uses. filezilla-project.org is returning HTTP 403 Also fix up support site link missed in I45beb2edbb8311233833109667723ccc26c7be62, it was moved to a support article so that it can be publicly available. Change-Id: Id42460bfcb7b38ce1c5b84bd045fe8156d5560f1
1 parent 7644fa3 commit 90e0f5c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ CONFIG = {
1414
IGNORE_URLS = %w{
1515
localhost
1616
www.linkedin.com\/company\/australian-research-data-commons
17+
x.com\/ARDC_AU
18+
filezilla-project.org
1719
}.map{|h| "/#{h}/"}.join(",")
1820

1921

_migration/migrating-instance-legacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Further contextual information can be found on the [Nectar Support site](https:/
1919

2020
1. [Snapshot the instance]({{ site.baseurl }}/snapshots/01-overview). You should verify that the snapshot has been successfully uploaded to the Image catalog.
2121

22-
1. [Launch new instance]({{ site.baseurl }}/snapshots/04-launch-instance-from-snapshot) from snapshot in target Availability Zone. If you run into the [“No valid hosts found”](https://support.ehelp.edu.au/support/discussions/topics/6000060776) issue, you could try using a smaller flavor for the new instance, either temporarily (and resize later) or permanently. Alternatively raise a [support ticket](https://support.ehelp.edu.au).
22+
1. [Launch new instance]({{ site.baseurl }}/snapshots/04-launch-instance-from-snapshot) from snapshot in target Availability Zone. If you run into the [“No valid hosts found”](https://support.ehelp.edu.au/support/solutions/articles/6000279599) issue, you could try using a smaller flavor for the new instance, either temporarily (and resize later) or permanently. Alternatively raise a [support ticket](https://support.ehelp.edu.au).
2323

2424
1. If you have decided that you need a volume to replace the ephemeral file system:
2525

@@ -41,4 +41,4 @@ Further contextual information can be found on the [Nectar Support site](https:/
4141

4242
1. Wait. It is advisable to keep the old volume for a few days in case it is needed to roll back the migration.
4343

44-
1. [Delete the old instance]({{ site.baseurl }}/changing-instances/05-deleting)
44+
1. [Delete the old instance]({{ site.baseurl }}/changing-instances/05-deleting)

0 commit comments

Comments
 (0)