When referencing a table with \autoref{}, instead of the table's correct reference I always get Table 1.2. This is quite strange, because clicking in the reference sends me to the correct table on the pdf.
Here's a sample table:
\begin{table}[ht]
\centering
\begin{tabular}{c c c c c c}
\hline
Region & Facebook & Twitter & Google+ & Instagram & Pintrest \\
\hline
North America & 55\% & 24\% & 17\% & 12\% & 16\% \\
Middle East \& Africa & 52\% & 28\% & 31\% & 10\% & 8\% \\
South America & 51\% & 25\% & 24\% & 11\% & 6\% \\
Asia-Pacific (APAC) & 48\% & 27\% & 26\% & 8\% & 5\% \\
Europe & 43\% & 18\% & 16\% & 6\% & 3\% \\
\hline
\end{tabular}
\label{table:social-share-by-region}
\caption{Social network share by region, excluding China\cite{InstagramIsTheFastestGrowingSocialSiteGlobally}}
\end{table}
I reference it as usually:
\autoref{table:social-share-by-region}
What could be wrong?
Edit: forgot to mention; this sample table is Table 1.6, the reference (as indicated) shows Table 1.2
Edit: just tried it; \ref{table:social-share-by-region} is still 1.2...