dimitri / el-get

Manage the external elisp bits and pieces upon which you depend!
http://tapoueh.org/emacs/el-get.html
1.64k stars 457 forks source link

Use newer url as older didn't work #2812

Closed vmiheer closed 3 years ago

stephan-cr commented 3 years ago

BTW. your PR is important, at least for me, because the old URL silently broke my cmake-mode.el, which contains:

<!DOCTYPE html>
<html class="" lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<link as="style" href="https://gitlab.kitware.com/assets/application-a0c92bafde7d93e87af3bc2797125cba613018240a9f5305ff949be8a1b16528.css" rel="preload">
<link as="style" href="https://gitlab.kitware.com/assets/highlight/themes/white-aa4568025f9b4ea36b357bdccb95c9138a515f1e611b59f20a1777a68b6995db.css" rel="preload">

<meta content="IE=edge" http-equiv="X-UA-Compatible">
<script>
//<![CDATA[
var gl = window.gl || {};
gl.startup_calls = {"/cmake/cmake/-/refs/master/logs_tree/?format=json\u0026offset=0":{},"/cmake/cmake/-/blob/master/README.rst?format=json\u0026viewer=rich":{}};
gl.startup_graphql_calls = null;
...

Usually, URLs become unreachable, but this time there's some forwarding going on. :-(

vmiheer commented 3 years ago

Closing in favor of other PR which better commit message :).