8000 FAQ redirects not working · Issue #2065 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content
FAQ redirects not working #2065
Closed
Closed
@SethTisue

Description

@SethTisue

so for example https://docs.scala-lang.org/tutorials/FAQ/breakout.html still exists, even though the source file for it was removed by 836fa13

_overviews/FAQ/index.md has

redirect_from: "/tutorials/FAQ/breakout.html"
redirect_from: "/tutorials/FAQ/chaining-implicits.html"
redirect_from: "/tutorials/FAQ/collections.html"
redirect_from: "/tutorials/FAQ/context-bounds.html"
redirect_from: "/tutorials/FAQ/finding-implicits.html"
redirect_from: "/tutorials/FAQ/finding-symbols.html"
redirect_from: "/tutorials/FAQ/stream-view.html"
redirect_from: "/tutorials/FAQ/yield.html"

but the redirect isn't functioning as expected.

so there are actually two problems here:

  1. removed pages should no longer be online. @fsalvi is this something you can clean out...?
  2. the redirect isn't working and I don't understand why. @fsalvi do you have any insight into this? if not, I can try and dig into it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0