Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/479#discussion_r26217513 --- Diff: docs/_layouts/default.html --- @@ -23,16 +23,25 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Apache Flink: {{ page.title }}</title> - <link rel="shortcut icon" href="{{ site.baseurl }}favicon.ico" type="image/x-icon"> - <link rel="icon" href="{{ site.baseurl }}favicon.ico" type="image/x-icon"> - <link rel="stylesheet" href="{{ site.baseurl }}css/bootstrap.css"> - <link rel="stylesheet" href="{{ site.baseurl }}css/bootstrap-lumen-custom.css"> - <link rel="stylesheet" href="{{ site.baseurl }}css/syntax.css"> - <link rel="stylesheet" href="{{ site.baseurl }}css/custom.css"> - <link href="{{ site.baseurl }}css/main/main.css" rel="stylesheet"> + <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon"> + <link rel="icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon"> + <link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.css"> + <link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap-lumen-custom.css"> + <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css"> + <link rel="stylesheet" href="{{ site.baseurl }}/css/custom.css"> + <link href="{{ site.baseurl }}/css/main/main.css" rel="stylesheet"> --- End diff -- Why not replacing it with a variable which actually contains the URL? For local testing we could leave that empty.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---