Remove link
This commit is contained in:
parent
67ed84ca2a
commit
41f87ae7b2
|
@ -66,7 +66,7 @@ func setupReferences(ctx context.Context, router chi.Router) error {
|
|||
|
||||
// Redirect legacy “JavaScript APIs” page.
|
||||
referenceRouter.Get("/javascript_api", func(w http.ResponseWriter, r *http.Request) {
|
||||
http.Redirect(w, r, "/reference/expression_context", http.StatusMovedPermanently)
|
||||
http.Redirect(w, r, "/reference", http.StatusMovedPermanently)
|
||||
})
|
||||
|
||||
referenceRouter.Get("/{name}", func(w http.ResponseWriter, r *http.Request) {
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
- [Attribute Plugins](#attribute-plugins)
|
||||
- [Action Plugins](#action-plugins)
|
||||
- [Expression Context](#expression-context)
|
||||
- [Server-Sent Events](#server-sent-events)
|
||||
- [SDKs](#sdks)
|
||||
- [Security](#security)
|
||||
|
|
Loading…
Reference in New Issue