think I spotted a typo while glancing through code...
# contributing-to-airbyte
d
think I spotted a typo while glancing through code. Should this error message,
Copy code
throw new IOException(String.format("Imported VERSION (%s) is incompatible with current Airbyte version (%s).\n" +
    "Please Upgrade your Airbyte Archive, see more at <https://docs.airbyte.io/tutorials/tutorials/upgrading-airbyte>\n",
    importVersion, version));
actually link to
<https://docs.airbyte.io/tutorials/upgrading-airbyte>
(1 tutorial instead of 2)?
u
you’re right!
u
sweet will throw up a quick PR
u
tangential (since I followed the link to double check). the
Upgrading (Docker)
section here is confusing since the bullet points go from 1 - 4 then back to 1 - 5. instead of the second set of 1 - 5, guessing it should be 5 - 9?
u
probably one of those gitbook changes that makes it more confusing…
u
I’ll include it in my PR
u
eh I should have thought to check git instead of troubling ya 🤦‍♂️