Tags to Topics redirects

Hi,

I want change URL from “/tag/” to “/topic” in routes file and I also need update 301 redirects in redirects file. How to do it? Not sure is it correct.

[

    {

        "from": "/tag/(.*)" ,

        "to":  "/topic/$1",

        "permanent": true

    }

]

got it and solved.