website
website copied to clipboard
Update NuGet support redirect to be relative
Currently when users visit the URL https://cakebuild.net/support/nuget
they are redirected to https://cakebuild.net/community/getting-help
This works well in the "live" version of our website, but we have other "testing" environments for the website something like https://[test-env].cakebuild.net
Because the URL redirect right now is hard-coded to https://cakebuild.net/support/nuget
, it doesn't work in our test environments https://[test-env].cakebuild.net/support/nuget
Relates to https://github.com/cake-build/website/pull/1718
I would like to work on this.. but can u describe a more ?? I cant the exact thing needed to be done... @augustoproiete
Thanks for your interest @VaishnaviNigam25
I've just updated the description above to include more details. HTH.
@augustoproiete If this issue still exists, Can you assign this issue to me?
@sahilm-10 done
@augustoproiete I can't get the exact thing to be done. I am new to Open-Source, as far as I think Do I need to change the URL in the index.aspx ? Can you provide some reference resources or guide me this?