.htaccess redirect question eliminate query string

I'm looking for some .htaccess expertise ... I have www.example.com/source/link and I want to redirect to www.example.com/target/page. In my .htaccess I have:

Redirect 301 /source/link https://example.com/target/page

what's happening is I getdirected to the following

https://example.com/target/page?source/link

How do I eliminate the query string from the redirect?
Was this page helpful?