Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689955000/093348bc-682b-4901-bb5d-609442ca6f9c.png?itok=UxHpQrrz)
Maantic Inc
US
Last activity: 9 May 2018 21:48 EDT
bootstrap and jquery scripts file names/path in pega 7.3.1
Hi, Where can I get below script equivalent script file names in pega version 7.3.1
I have used below scripts to create Carousel effects in pega pages, instead of referring from external links, want to refer from pega source libs.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>