-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update routing.rst #1537
Update routing.rst #1537
Conversation
Hi @abg98 ! So, requesting to master is wrong! Please, change the base (target) branch! Pay attention that CI pipelines are working for main and develop branches only! |
nitpick grammatical error
Duplicate of #1678 |
Thanks for typo reporting! |
Hi! Could you Sync fork please? So, new develop branch will occur with all top commits! If Sync fork button won't help to make develop branch as default one, git remote add upstream https://github.com/ThreeMammals/Ocelot.git # add original repo as upstream remote
git remote add upstream [email protected]:ThreeMammals/Ocelot.git # add original repo via SSH
git fetch upstream # pull changes from original repo
git checkout -b develop upstream/develop # pull down develop branch locally
git push -u origin develop # push develop branch to fork Don't forget to make develop as default branch in GitHub. I don't see develop branch in your fork! Your fork is too old. Could you Sync fork please? So, new develop branch will occur with all top commits! Could you add me as collaborator to your forked repo please? I will create develop branch and make it default. |
* #1676 Update authorization.rst * #1646 Update bigpicture.rst * #1628 Update websockets.rst * #1614 Update README.md * #1552 Update configuration.rst * #1547 Update caching.rst * #1542 Update requestaggregation.rst * Revert "#1639 Update ClientRateLimitMiddleware.cs" This reverts commit 996719e. * #1537 Update routing.rst * #1520 Update authentication.rst * #1459 Update building.rst Fix inline code block * #1412 Update errorcodes.rst * #1407 Update headerstransformation.rst * #1406 Update headerstransformation.rst Remove extra '!' * #1320 Update README.md * Update README.md Mark classes. Split sentences. * #1284 Update claimstransformation.rst * #1232 Update servicediscovery.rst * #1224 Update loadbalancer.rst * #1189 Update caching.rst * Update gettingstarted.rst Mark up 'net7.0' as code block. Convert script block to PowerShell one. Change the link to NuGet. * #1386 Update loadbalancer.rst * Update loadbalancer.rst: Make code snippet shorter * #1686 Update middlewareinjection.rst Add section "ASP.NET Core Middlewares and Ocelot Pipeline Builder" * Update logging.rst Review RST markup * Update methodtransformation.rst Review RST markup * Update README.md Sync to "Big Picture" page in Introduction
nitpick grammatical error