From 0f3f229a72d0ab6c9356b0d93f9d760eb357a7f9 Mon Sep 17 00:00:00 2001 From: "SHUVRO-PC\\USER" Date: Thu, 22 Apr 2021 23:06:14 +0600 Subject: [PATCH] Dead links fixed, If you need other revisions of the link you can get that from https://web.archive.org/ --- .../bower_components/angular-resource/angular-resource.js | 2 +- petri-ui-statics/statics/bower_components/angular/angular.js | 2 +- petri-ui-statics/statics/bower_components/es5-shim/es5-sham.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/petri-ui-statics/statics/bower_components/angular-resource/angular-resource.js b/petri-ui-statics/statics/bower_components/angular-resource/angular-resource.js index ba5a8d3f..4433ecba 100644 --- a/petri-ui-statics/statics/bower_components/angular-resource/angular-resource.js +++ b/petri-ui-statics/statics/bower_components/angular-resource/angular-resource.js @@ -147,7 +147,7 @@ function shallowClearAndCopy(src, dst) { * should abort the request when resolved. * - **`withCredentials`** - `{boolean}` - whether to set the `withCredentials` flag on the * XHR object. See - * [requests with credentials](https://developer.mozilla.org/en/http_access_control#section_5) + * [requests with credentials](https://web.archive.org/web/20100527153021/https://developer.mozilla.org/En/HTTP_access_control) * for more information. * - **`responseType`** - `{string}` - see * [requestType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType). diff --git a/petri-ui-statics/statics/bower_components/angular/angular.js b/petri-ui-statics/statics/bower_components/angular/angular.js index 92400421..cfe1b54c 100644 --- a/petri-ui-statics/statics/bower_components/angular/angular.js +++ b/petri-ui-statics/statics/bower_components/angular/angular.js @@ -9790,7 +9790,7 @@ function locationGetterSetter(property, preprocess) { * * @description * The $location service parses the URL in the browser address bar (based on the - * [window.location](https://developer.mozilla.org/en/window.location)) and makes the URL + * [window.location](https://web.archive.org/web/20120509110621/https://developer.mozilla.org/en/window.location)) and makes the URL * available to your application. Changes to the URL in the address bar are reflected into * $location service and changes to $location are reflected into the browser address bar. * diff --git a/petri-ui-statics/statics/bower_components/es5-shim/es5-sham.js b/petri-ui-statics/statics/bower_components/es5-shim/es5-sham.js index 73c51228..550b5faf 100644 --- a/petri-ui-statics/statics/bower_components/es5-shim/es5-sham.js +++ b/petri-ui-statics/statics/bower_components/es5-shim/es5-sham.js @@ -10,7 +10,7 @@ ; // UMD (Universal Module Definition) -// see https://github.com/umdjs/umd/blob/master/returnExports.js +// see https://web.archive.org/web/20140724063136/https://github.com/umdjs/umd/blob/master/returnExports.js (function (root, factory) { 'use strict'; /*global define, exports, module */