Let $f(x)$ be the probability density function (pdf) of the standard beta distribution on $(0,1)$. And let $f_d(x)$ be the pdf of the generalized beta distribution on $(0,d)$. I know that,
$$f_d(x) = d \cdot f(\frac{x}{d})$$
The cumulative distribution function (cdf) of the generalized beta distribution is,
$$F_d(x) = \int^x_{u=0} f_d(u) \, du.$$
I am tempted to replace $f_d(u)$ by $\left( d \cdot f(\frac{x}{d}) \right)$ in the integral to get,
$$F_d(x) = \int^x_{u=0} df(\frac{u}{d}) \, du = d \cdot \int^x_{u=0} f(\frac{u}{d}) \, du = d \cdot F(\frac{x}{d}).$$
Where $F$ is the cdf of the standard beta distribution. This is wrong because taking $x = d$ gives me $F_d(d) = d$ since $F(1) = 1$.
Question: Where have I gone wrong? Why I can't I replace $f_d(u)$ by $\left( d \cdot f(\frac{x}{d}) \right)$ in the integral?