The widely-used form of Henon map, according to Wikipedia, is $$ \begin{cases}x_{n+1} = 1-a x_n^2 + y_n\\y_{n+1} = b x_n.\end{cases} $$
However, in some other places, for example in the manual of auto07p, there is an alternative form:
$$
\begin{cases}x'_{n+1} = a- {x'}_n^{2} -b y'_n\\y'_{n+1} = x'_n.\end{cases}
$$
My questions are: Is there a formal relation, e.g. a coordinate transformation, between these two forms of Henon map? If yes, what is the formal relation?